#402122

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

Shades of Bulgarian Rose #402122

Tints of Bulgarian Rose #402122

Color information

#402122 (or 0x402122) is unknown color: approx Bulgarian Rose. HEX triplet: 40, 21 and 22. RGB value is (64,33,34). Sum of RGB (Red+Green+Blue) = 64+33+34=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #402122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402122 is #BFDEDD. Grayscale: #2A2A2A. Windows color (decimal): -12574430 or 2236736. OLE color: 2236736.

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

Color convert

RGB643334-
CMYK00.480.470.75
HSL358.06º31.96%19.02%-
HSV(B)358.06º48.44%25.1%-
XYZ2.952.291.8-
YUV42.38123.27143.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.85%
GREEN value IS 33 (13.28% from 255) = 25.19%
BLUE value IS 34 (13.67% from 255) = 25.95%
R=48.85%
G=25.19%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.47
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64333400.480.470.75358.0631.9619.02
Hex4021220302F4B1662013
Octal1004142060571135464023
Binary10000001000011000100110000101111100101110110011010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402122; }

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

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

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

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

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

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

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

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