#41272A

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

Shades of Bulgarian Rose #41272A

Tints of Bulgarian Rose #41272A

Color information

#41272A (or 0x41272A) is unknown color: approx Bulgarian Rose. HEX triplet: 41, 27 and 2A. RGB value is (65,39,42). Sum of RGB (Red+Green+Blue) = 65+39+42=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 39 (15.62% from 255 or 26.71% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #41272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41272A is #BED8D5. Grayscale: #2F2F2F. Windows color (decimal): -12507350 or 2762561. OLE color: 2762561.

HSL color Cylindrical-coordinate representation of color #41272A: hue angle of 353.08º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #41272A is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.75.

Color convert

RGB653942-
CMYK00.400.350.75
HSL353.08º25%20.39%-
HSV(B)353.08º40%25.49%-
XYZ3.322.742.54-
YUV47.12125.11140.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.52%
GREEN value IS 39 (15.62% from 255) = 26.71%
BLUE value IS 42 (16.80% from 255) = 28.77%
R=44.52%
G=26.71%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65394200.400.350.75353.082520.39
Hex41272A028234B1611914
Octal1014752050431135413124
Binary1000001100111101010010100010001110010111011000011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41272A; }

 p { color: rgb(65,39,42); }

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

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

 a { background-color: rgb(65,39,42); }

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

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

 span { border-color: rgb(65,39,42); }

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