Html Css Color HEX #430419 Bordeaux

📋 copy color: '#430419'

red 67 ◦ green 4 ◦ blue 25

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

Shades of Bordeaux #430419

Tints of Bordeaux #430419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.17%

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

R = 69.79%
G = 4.17%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.63

 K value IS 0.74

RGB Variations

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

Color information

#430419 (or 0x430419) is known color: Bordeaux. HEX triplet: 43, 04 and 19. RGB value is (67,4,25). Sum of RGB (Red+Green+Blue) = 67+4+25=96 (12% of max value = 765). Red value is 67 (26.56% from 255 or 69.79% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 67 - color contains mainly: red. Hex color #430419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430419 is #BCFBE6. Grayscale: #191919. Windows color (decimal): -12385255 or 1639491. OLE color: 1639491.

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

Color convert

RGB 67 4 25 -
CMYK 0 0.94 0.63 0.74
HSL 340º 0.89% 0.14% -
HSV(B) 340º 0.94% 0.26% -
XYZ 2.53 1.35 1.05 -
YUV 25.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 67 4 25 0 0.94 0.63 0.74 340 0.89 0.14
Hex 43 4 19 0 5E 3F 4A 154 59 E
Octal 103 4 31 0 136 77 112 524 131 16
Binary 1000011 100 11001 0 1011110 111111 1001010 101010100 1011001 1110

Color Harmonies of #430419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430419

Black with #430419

Text Example


Text Example

White with #430419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430419; }

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

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

background-color css

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

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

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

border-color css

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

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

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