#422023

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

Shades of Bulgarian Rose #422023

Tints of Bulgarian Rose #422023

Color information

#422023 (or 0x422023) is unknown color: approx Bulgarian Rose. HEX triplet: 42, 20 and 23. RGB value is (66,32,35). Sum of RGB (Red+Green+Blue) = 66+32+35=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 35 (14.06% from 255 or 26.32% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #422023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422023 is #BDDFDC. Grayscale: #2A2A2A. Windows color (decimal): -12443613 or 2302018. OLE color: 2302018.

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

Color convert

RGB663235-
CMYK00.520.470.74
HSL354.71º34.69%19.22%-
HSV(B)354.71º51.52%25.88%-
XYZ3.072.311.87-
YUV42.51123.76144.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 49.62%
GREEN value IS 32 (12.89% from 255) = 24.06%
BLUE value IS 35 (14.06% from 255) = 26.32%
R=49.62%
G=24.06%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66323500.520.470.74354.7134.6919.22
Hex4220230342F4A1632313
Octal1024043064571125434323
Binary10000101000001000110110100101111100101010110001110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422023; }

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

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

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

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

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

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

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

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