Html Css Color HEX #430119 Bordeaux

📋 copy color: '#430119'

red 67 ◦ green 1 ◦ blue 25

#430119
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bordeaux #430119

Tints of Bordeaux #430119

RGB

 RED value IS 67 (26.56% from 255) = 72.04%

 GREEN value IS 1 (0.78% from 255) = 1.08%

 BLUE value IS 25 (10.16% from 255) = 26.88%

R = 72.04%
G = 1.08%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.74

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#430119 (or 0x430119) is known color: Bordeaux. HEX triplet: 43, 01 and 19. RGB value is (67,1,25). Sum of RGB (Red+Green+Blue) = 67+1+25=93 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.04% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 67 - color contains mainly: red. Hex color #430119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430119 is #BCFEE6. Grayscale: #171717. Windows color (decimal): -12386023 or 1638723. OLE color: 1638723.

HSL color Cylindrical-coordinate representation of color #430119: hue angle of 338.18º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430119 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 1 25 -
CMYK 0 0.99 0.63 0.74
HSL 338.18º 0.97% 0.13% -
HSV(B) 338.18º 0.99% 0.26% -
XYZ 2.5 1.29 1.04 -
YUV 23.47 128.87 159.05 -
System Red Green Blue C M Y K H S L
Decimal 67 1 25 0 0.99 0.63 0.74 338.18 0.97 0.13
Hex 43 1 19 0 63 3F 4A 152 61 D
Octal 103 1 31 0 143 77 112 522 141 15
Binary 1000011 1 11001 0 1100011 111111 1001010 101010010 1100001 1101

Color Harmonies of #430119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430119

Black with #430119

Text Example


Text Example

White with #430119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430119; }

 p { color: rgb(67,1,25); }

 H1.HeaderClassName
 {
   color: #430119;
 }
 .AnyTagClassName
 {
   color: #430119;
 }
</style>

background-color css

<style>
 a { background-color: #430119; }

 a { background-color: rgb(67,1,25); }

 div.DivClassName
 {
   background-color: #430119;
 }
 .BgClassName
 {
   background-color: #430119;
 }
</style>

border-color css

<style>
 span { border-color: #430119; }

 span { border-color: rgb(67,1,25); }

 td.TdClassName
 {
   border-color: #430119;
 }
 .TagClassName
 {
   border-color: #430119;
 }
</style>