Html Css Color HEX #431D21 Bulgarian Rose

📋 copy color: '#431D21'

red 67 ◦ green 29 ◦ blue 33

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

Shades of Bulgarian Rose #431D21

Tints of Bulgarian Rose #431D21

RGB

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

 GREEN value IS 29 (11.72% from 255) = 22.48%

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

R = 51.94%
G = 22.48%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.74

RGB Variations

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

Color information

#431D21 (or 0x431D21) is known color: Bulgarian Rose. HEX triplet: 43, 1D and 21. RGB value is (67,29,33). Sum of RGB (Red+Green+Blue) = 67+29+33=129 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.94% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 67 - color contains mainly: red. Hex color #431D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D21 is #BCE2DE. Grayscale: #282828. Windows color (decimal): -12378847 or 2170179. OLE color: 2170179.

HSL color Cylindrical-coordinate representation of color #431D21: hue angle of 353.68º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #431D21 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 29 33 -
CMYK 0 0.57 0.51 0.74
HSL 353.68º 0.4% 0.19% -
HSV(B) 353.68º 0.57% 0.26% -
XYZ 3.03 2.18 1.7 -
YUV 40.82 123.59 146.67 -
System Red Green Blue C M Y K H S L
Decimal 67 29 33 0 0.57 0.51 0.74 353.68 0.4 0.19
Hex 43 1D 21 0 39 33 4A 162 28 13
Octal 103 35 41 0 71 63 112 542 50 23
Binary 1000011 11101 100001 0 111001 110011 1001010 101100010 101000 10011

Color Harmonies of #431D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431D21

Black with #431D21

Text Example


Text Example

White with #431D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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