Html Css Color HEX #422122 Bulgarian Rose

📋 copy color: '#422122'

red 66 ◦ green 33 ◦ blue 34

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

Shades of Bulgarian Rose #422122

Tints of Bulgarian Rose #422122

RGB

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

 GREEN value IS 33 (13.28% from 255) = 24.81%

 BLUE value IS 34 (13.67% from 255) = 25.56%

R = 49.62%
G = 24.81%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.48

 K value IS 0.74

RGB Variations

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

Color information

#422122 (or 0x422122) is known color: Bulgarian Rose. HEX triplet: 42, 21 and 22. RGB value is (66,33,34). Sum of RGB (Red+Green+Blue) = 66+33+34=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #422122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422122 is #BDDEDD. Grayscale: #2B2B2B. Windows color (decimal): -12443358 or 2236738. OLE color: 2236738.

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

Color convert

RGB 66 33 34 -
CMYK 0 0.5 0.48 0.74
HSL 358.18º 0.33% 0.19% -
HSV(B) 358.18º 0.5% 0.26% -
XYZ 3.08 2.36 1.81 -
YUV 42.98 122.93 144.42 -
System Red Green Blue C M Y K H S L
Decimal 66 33 34 0 0.5 0.48 0.74 358.18 0.33 0.19
Hex 42 21 22 0 32 30 4A 166 21 13
Octal 102 41 42 0 62 60 112 546 41 23
Binary 1000010 100001 100010 0 110010 110000 1001010 101100110 100001 10011

Color Harmonies of #422122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422122

Black with #422122

Text Example


Text Example

White with #422122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422122; }

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

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

background-color css

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

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

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

border-color css

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

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

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