#422123

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

Shades of Bulgarian Rose #422123

Tints of Bulgarian Rose #422123

Color information

#422123 (or 0x422123) is unknown color: approx Bulgarian Rose. HEX triplet: 42, 21 and 23. RGB value is (66,33,35). Sum of RGB (Red+Green+Blue) = 66+33+35=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #422123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422123 is #BDDEDC. Grayscale: #2B2B2B. Windows color (decimal): -12443357 or 2302274. OLE color: 2302274.

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

Color convert

RGB663335-
CMYK00.50.470.74
HSL356.36º33.33%19.41%-
HSV(B)356.36º50%25.88%-
XYZ3.092.371.88-
YUV43.1123.43144.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 49.25%
GREEN value IS 33 (13.28% from 255) = 24.63%
BLUE value IS 35 (14.06% from 255) = 26.12%
R=49.25%
G=24.63%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.47
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66333500.50.470.74356.3633.3319.41
Hex4221230322F4A1642113
Octal1024143062571125444123
Binary10000101000011000110110010101111100101010110010010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422123; }

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

 H1.HeaderClassName
 {
   color: #422123;
 }
 .AnyTagClassName
 {
   color: #422123;
 }
</style>
background-color css

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

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

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

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

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

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