Html Css Color HEX #430418 Bordeaux

📋 copy color: '#430418'

red 67 ◦ green 4 ◦ blue 24

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

Shades of Bordeaux #430418

Tints of Bordeaux #430418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 25.26%

R = 70.53%
G = 4.21%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#430418 (or 0x430418) is known color: Bordeaux. HEX triplet: 43, 04 and 18. RGB value is (67,4,24). Sum of RGB (Red+Green+Blue) = 67+4+24=95 (12% of max value = 765). Red value is 67 (26.56% from 255 or 70.53% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 67 - color contains mainly: red. Hex color #430418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430418 is #BCFBE7. Grayscale: #191919. Windows color (decimal): -12385256 or 1573955. OLE color: 1573955.

HSL color Cylindrical-coordinate representation of color #430418: hue angle of 340.95º 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 #430418 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 4 24 -
CMYK 0 0.94 0.64 0.74
HSL 340.95º 0.89% 0.14% -
HSV(B) 340.95º 0.94% 0.26% -
XYZ 2.52 1.35 0.99 -
YUV 25.12 127.37 157.87 -
System Red Green Blue C M Y K H S L
Decimal 67 4 24 0 0.94 0.64 0.74 340.95 0.89 0.14
Hex 43 4 18 0 5E 40 4A 155 59 E
Octal 103 4 30 0 136 100 112 525 131 16
Binary 1000011 100 11000 0 1011110 1000000 1001010 101010101 1011001 1110

Color Harmonies of #430418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430418

Black with #430418

Text Example


Text Example

White with #430418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430418; }

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

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

background-color css

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

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

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

border-color css

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

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

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