#402223

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

Shades of Bulgarian Rose #402223

Tints of Bulgarian Rose #402223

Color information

#402223 (or 0x402223) is unknown color: approx Bulgarian Rose. HEX triplet: 40, 22 and 23. RGB value is (64,34,35). Sum of RGB (Red+Green+Blue) = 64+34+35=133 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.12% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 35 (14.06% from 255 or 26.32% from 133); Max value from RGB is 64 - color contains mainly: red. Hex color #402223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402223 is #BFDDDC. Grayscale: #2B2B2B. Windows color (decimal): -12574173 or 2302528. OLE color: 2302528.

HSL color Cylindrical-coordinate representation of color #402223: hue angle of 358º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #402223 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB643435-
CMYK00.470.450.75
HSL358º30.61%19.22%-
HSV(B)358º46.88%25.1%-
XYZ2.992.361.89-
YUV43.08123.44142.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.12%
GREEN value IS 34 (13.67% from 255) = 25.56%
BLUE value IS 35 (14.06% from 255) = 26.32%
R=48.12%
G=25.56%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64343500.470.450.7535830.6119.22
Hex40222302F2D4B1661f13
Octal1004243057551135463723
Binary1000000100010100011010111110110110010111011001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402223; }

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

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

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

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

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

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

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

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