#442A2B

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

Shades of Bulgarian Rose #442A2B

Tints of Bulgarian Rose #442A2B

Color information

#442A2B (or 0x442A2B) is unknown color: approx Bulgarian Rose. HEX triplet: 44, 2A and 2B. RGB value is (68,42,43). Sum of RGB (Red+Green+Blue) = 68+42+43=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 68 - color contains mainly: red. Hex color #442A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442A2B is #BBD5D4. Grayscale: #313131. Windows color (decimal): -12309973 or 2828868. OLE color: 2828868.

HSL color Cylindrical-coordinate representation of color #442A2B: hue angle of 357.69º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #442A2B is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB684243-
CMYK00.380.370.73
HSL357.69º23.64%21.57%-
HSV(B)357.69º38.24%26.67%-
XYZ3.653.062.68-
YUV49.89124.11140.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.44%
GREEN value IS 42 (16.80% from 255) = 27.45%
BLUE value IS 43 (17.19% from 255) = 28.10%
R=44.44%
G=27.45%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68424300.380.370.73357.6923.6421.57
Hex442A2B02625491661816
Octal1045253046451115463026
Binary1000100101010101011010011010010110010011011001101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442A2B; }

 p { color: rgb(68,42,43); }

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

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

 a { background-color: rgb(68,42,43); }

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

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

 span { border-color: rgb(68,42,43); }

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