Html Css Color HEX #412224 Bulgarian Rose

📋 copy color: '#412224'

red 65 ◦ green 34 ◦ blue 36

#412224
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bulgarian Rose #412224

Tints of Bulgarian Rose #412224

RGB

 RED value IS 65 (25.78% from 255) = 48.15%

 GREEN value IS 34 (13.67% from 255) = 25.19%

 BLUE value IS 36 (14.45% from 255) = 26.67%

R = 48.15%
G = 25.19%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#412224 (or 0x412224) is known color: Bulgarian Rose. HEX triplet: 41, 22 and 24. RGB value is (65,34,36). Sum of RGB (Red+Green+Blue) = 65+34+36=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #412224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412224 is #BEDDDB. Grayscale: #2B2B2B. Windows color (decimal): -12508636 or 2368065. OLE color: 2368065.

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

Color convert

RGB 65 34 36 -
CMYK 0 0.48 0.45 0.75
HSL 356.13º 0.31% 0.19% -
HSV(B) 356.13º 0.48% 0.25% -
XYZ 3.07 2.4 1.97 -
YUV 43.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 65 34 36 0 0.48 0.45 0.75 356.13 0.31 0.19
Hex 41 22 24 0 30 2D 4B 164 1F 13
Octal 101 42 44 0 60 55 113 544 37 23
Binary 1000001 100010 100100 0 110000 101101 1001011 101100100 11111 10011

Color Harmonies of #412224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412224

Black with #412224

Text Example


Text Example

White with #412224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412224; }

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

 H1.HeaderClassName
 {
   color: #412224;
 }
 .AnyTagClassName
 {
   color: #412224;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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