Html Css Color HEX #430F21 Bordeaux

📋 copy color: '#430F21'

red 67 ◦ green 15 ◦ blue 33

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

Shades of Bordeaux #430F21

Tints of Bordeaux #430F21

RGB

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

 GREEN value IS 15 (6.25% from 255) = 13.04%

 BLUE value IS 33 (13.28% from 255) = 28.7%

R = 58.26%
G = 13.04%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.74

RGB Variations

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

Color information

#430F21 (or 0x430F21) is known color: Bordeaux. HEX triplet: 43, 0F and 21. RGB value is (67,15,33). Sum of RGB (Red+Green+Blue) = 67+15+33=115 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.26% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 67 - color contains mainly: red. Hex color #430F21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430F21 is #BCF0DE. Grayscale: #202020. Windows color (decimal): -12382431 or 2166595. OLE color: 2166595.

HSL color Cylindrical-coordinate representation of color #430F21: hue angle of 339.23º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #430F21 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 15 33 -
CMYK 0 0.78 0.51 0.74
HSL 339.23º 0.63% 0.16% -
HSV(B) 339.23º 0.78% 0.26% -
XYZ 2.76 1.64 1.61 -
YUV 32.6 128.23 152.54 -
System Red Green Blue C M Y K H S L
Decimal 67 15 33 0 0.78 0.51 0.74 339.23 0.63 0.16
Hex 43 F 21 0 4E 33 4A 153 3F 10
Octal 103 17 41 0 116 63 112 523 77 20
Binary 1000011 1111 100001 0 1001110 110011 1001010 101010011 111111 10000

Color Harmonies of #430F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430F21

Black with #430F21

Text Example


Text Example

White with #430F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430F21; }

 p { color: rgb(67,15,33); }

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

background-color css

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

 a { background-color: rgb(67,15,33); }

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

border-color css

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

 span { border-color: rgb(67,15,33); }

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