#422223

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

Shades of Bulgarian Rose #422223

Tints of Bulgarian Rose #422223

Color information

#422223 (or 0x422223) is unknown color: approx Bulgarian Rose. HEX triplet: 42, 22 and 23. RGB value is (66,34,35). Sum of RGB (Red+Green+Blue) = 66+34+35=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #422223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422223 is #BDDDDC. Grayscale: #2B2B2B. Windows color (decimal): -12443101 or 2302530. OLE color: 2302530.

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

Color convert

RGB663435-
CMYK00.480.470.74
HSL358.12º32%19.61%-
HSV(B)358.12º48.48%25.88%-
XYZ3.122.421.89-
YUV43.68123.1143.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 48.89%
GREEN value IS 34 (13.67% from 255) = 25.19%
BLUE value IS 35 (14.06% from 255) = 25.93%
R=48.89%
G=25.19%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66343500.480.470.74358.123219.61
Hex4222230302F4A1662014
Octal1024243060571125464024
Binary10000101000101000110110000101111100101010110011010000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422223; }

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

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

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

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

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

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

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

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