Html Css Color HEX #422021 Bulgarian Rose

📋 copy color: '#422021'

red 66 ◦ green 32 ◦ blue 33

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

Shades of Bulgarian Rose #422021

Tints of Bulgarian Rose #422021

RGB

 RED value IS 66 (26.17% from 255) = 50.38%

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

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

R = 50.38%
G = 24.43%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#422021 (or 0x422021) is known color: Bulgarian Rose. HEX triplet: 42, 20 and 21. RGB value is (66,32,33). Sum of RGB (Red+Green+Blue) = 66+32+33=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #422021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422021 is #BDDFDE. Grayscale: #2A2A2A. Windows color (decimal): -12443615 or 2170946. OLE color: 2170946.

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

Color convert

RGB 66 32 33 -
CMYK 0 0.52 0.5 0.74
HSL 358.24º 0.35% 0.19% -
HSV(B) 358.24º 0.52% 0.26% -
XYZ 3.04 2.3 1.72 -
YUV 42.28 122.76 144.92 -
System Red Green Blue C M Y K H S L
Decimal 66 32 33 0 0.52 0.5 0.74 358.24 0.35 0.19
Hex 42 20 21 0 34 32 4A 166 23 13
Octal 102 40 41 0 64 62 112 546 43 23
Binary 1000010 100000 100001 0 110100 110010 1001010 101100110 100011 10011

Color Harmonies of #422021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422021

Black with #422021

Text Example


Text Example

White with #422021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422021; }

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

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

background-color css

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

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

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

border-color css

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

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

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