#422122

Color #422122 Bulgarian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bulgarian Rose #422122

Tints of Bulgarian Rose #422122

Color information

#422122 (or 0x422122) is unknown color: approx 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

RGB663334-
CMYK00.50.480.74
HSL358.18º33.33%19.41%-
HSV(B)358.18º50%25.88%-
XYZ3.082.361.81-
YUV42.98122.93144.42-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.48
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66333400.50.480.74358.1833.3319.41
Hex422122032304A1662113
Octal1024142062601125464123
Binary10000101000011000100110010110000100101010110011010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>