Html Css Color HEX #432021 Bulgarian Rose

📋 copy color: '#432021'

red 67 ◦ green 32 ◦ blue 33

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

Shades of Bulgarian Rose #432021

Tints of Bulgarian Rose #432021

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.24%

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

R = 50.76%
G = 24.24%
B = 25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.51

 K value IS 0.74

RGB Variations

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

Color information

#432021 (or 0x432021) is known color: Bulgarian Rose. HEX triplet: 43, 20 and 21. RGB value is (67,32,33). Sum of RGB (Red+Green+Blue) = 67+32+33=132 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.76% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 67 - color contains mainly: red. Hex color #432021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432021 is #BCDFDE. Grayscale: #2A2A2A. Windows color (decimal): -12378079 or 2170947. OLE color: 2170947.

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

Color convert

RGB 67 32 33 -
CMYK 0 0.52 0.51 0.74
HSL 358.29º 0.35% 0.19% -
HSV(B) 358.29º 0.52% 0.26% -
XYZ 3.11 2.34 1.73 -
YUV 42.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 67 32 33 0 0.52 0.51 0.74 358.29 0.35 0.19
Hex 43 20 21 0 34 33 4A 166 23 13
Octal 103 40 41 0 64 63 112 546 43 23
Binary 1000011 100000 100001 0 110100 110011 1001010 101100110 100011 10011

Color Harmonies of #432021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432021

Black with #432021

Text Example


Text Example

White with #432021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432021; }

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

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

background-color css

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

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

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

border-color css

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

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

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