#412223

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

Shades of Bulgarian Rose #412223

Tints of Bulgarian Rose #412223

Color information

#412223 (or 0x412223) is unknown color: approx Bulgarian Rose. HEX triplet: 41, 22 and 23. RGB value is (65,34,35). Sum of RGB (Red+Green+Blue) = 65+34+35=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 35 (14.06% from 255 or 26.12% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #412223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412223 is #BEDDDC. Grayscale: #2B2B2B. Windows color (decimal): -12508637 or 2302529. OLE color: 2302529.

HSL color Cylindrical-coordinate representation of color #412223: hue angle of 358.06º degrees, saturation: 0.31, 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 #412223 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.75.

Color convert

RGB653435-
CMYK00.480.460.75
HSL358.06º31.31%19.41%-
HSV(B)358.06º47.69%25.49%-
XYZ3.062.391.89-
YUV43.38123.27143.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.51%
GREEN value IS 34 (13.67% from 255) = 25.37%
BLUE value IS 35 (14.06% from 255) = 26.12%
R=48.51%
G=25.37%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65343500.480.460.75358.0631.3119.41
Hex4122230302E4B1661f13
Octal1014243060561135463723
Binary1000001100010100011011000010111010010111011001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412223; }

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

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

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

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

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

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

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

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