#432022

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

Shades of Bulgarian Rose #432022

Tints of Bulgarian Rose #432022

Color information

#432022 (or 0x432022) is unknown color: approx Bulgarian Rose. HEX triplet: 43, 20 and 22. RGB value is (67,32,34). Sum of RGB (Red+Green+Blue) = 67+32+34=133 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.38% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 67 - color contains mainly: red. Hex color #432022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432022 is #BCDFDD. Grayscale: #2A2A2A. Windows color (decimal): -12378078 or 2236483. OLE color: 2236483.

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

Color convert

RGB673234-
CMYK00.520.490.74
HSL356.57º35.35%19.41%-
HSV(B)356.57º52.24%26.27%-
XYZ3.122.341.8-
YUV42.69123.1145.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 50.38%
GREEN value IS 32 (12.89% from 255) = 24.06%
BLUE value IS 34 (13.67% from 255) = 25.56%
R=50.38%
G=24.06%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67323400.520.490.74356.5735.3519.41
Hex432022034314A1652313
Octal1034042064611125454323
Binary10000111000001000100110100110001100101010110010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432022; }

 p { color: rgb(67,32,34); }

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

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

 a { background-color: rgb(67,32,34); }

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

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

 span { border-color: rgb(67,32,34); }

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