Html Css Color HEX #430218 Bordeaux

📋 copy color: '#430218'

red 67 ◦ green 2 ◦ blue 24

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

Shades of Bordeaux #430218

Tints of Bordeaux #430218

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.15%

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

R = 72.04%
G = 2.15%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#430218 (or 0x430218) is known color: Bordeaux. HEX triplet: 43, 02 and 18. RGB value is (67,2,24). Sum of RGB (Red+Green+Blue) = 67+2+24=93 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.04% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 24 (9.77% from 255 or 25.81% from 93); Max value from RGB is 67 - color contains mainly: red. Hex color #430218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430218 is #BCFDE7. Grayscale: #171717. Windows color (decimal): -12385768 or 1573443. OLE color: 1573443.

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

Color convert

RGB 67 2 24 -
CMYK 0 0.97 0.64 0.74
HSL 339.69º 0.94% 0.14% -
HSV(B) 339.69º 0.97% 0.26% -
XYZ 2.5 1.3 0.98 -
YUV 23.94 128.03 158.71 -
System Red Green Blue C M Y K H S L
Decimal 67 2 24 0 0.97 0.64 0.74 339.69 0.94 0.14
Hex 43 2 18 0 61 40 4A 154 5E E
Octal 103 2 30 0 141 100 112 524 136 16
Binary 1000011 10 11000 0 1100001 1000000 1001010 101010100 1011110 1110

Color Harmonies of #430218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430218

Black with #430218

Text Example


Text Example

White with #430218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430218; }

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

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

background-color css

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

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

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

border-color css

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

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

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