Html Css Color HEX #430118 Bordeaux

📋 copy color: '#430118'

red 67 ◦ green 1 ◦ blue 24

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

Shades of Bordeaux #430118

Tints of Bordeaux #430118

RGB

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

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

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

R = 72.83%
G = 1.09%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#430118 (or 0x430118) is known color: Bordeaux. HEX triplet: 43, 01 and 18. RGB value is (67,1,24). Sum of RGB (Red+Green+Blue) = 67+1+24=92 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.83% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 24 (9.77% from 255 or 26.09% from 92); Max value from RGB is 67 - color contains mainly: red. Hex color #430118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430118 is #BCFEE7. Grayscale: #171717. Windows color (decimal): -12386024 or 1573187. OLE color: 1573187.

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

Color convert

RGB 67 1 24 -
CMYK 0 0.99 0.64 0.74
HSL 339.09º 0.97% 0.13% -
HSV(B) 339.09º 0.99% 0.26% -
XYZ 2.49 1.28 0.98 -
YUV 23.36 128.37 159.13 -
System Red Green Blue C M Y K H S L
Decimal 67 1 24 0 0.99 0.64 0.74 339.09 0.97 0.13
Hex 43 1 18 0 63 40 4A 153 61 D
Octal 103 1 30 0 143 100 112 523 141 15
Binary 1000011 1 11000 0 1100011 1000000 1001010 101010011 1100001 1101

Color Harmonies of #430118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430118

Black with #430118

Text Example


Text Example

White with #430118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430118; }

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

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

background-color css

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

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

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

border-color css

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

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

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