Html Css Color HEX #411E21 Bulgarian Rose

📋 copy color: '#411E21'

red 65 ◦ green 30 ◦ blue 33

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

Shades of Bulgarian Rose #411E21

Tints of Bulgarian Rose #411E21

RGB

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

 GREEN value IS 30 (12.11% from 255) = 23.44%

 BLUE value IS 33 (13.28% from 255) = 25.78%

R = 50.78%
G = 23.44%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#411E21 (or 0x411E21) is known color: Bulgarian Rose. HEX triplet: 41, 1E and 21. RGB value is (65,30,33). Sum of RGB (Red+Green+Blue) = 65+30+33=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #411E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411E21 is #BEE1DE. Grayscale: #282828. Windows color (decimal): -12509663 or 2170433. OLE color: 2170433.

HSL color Cylindrical-coordinate representation of color #411E21: hue angle of 354.86º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #411E21 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 30 33 -
CMYK 0 0.54 0.49 0.75
HSL 354.86º 0.37% 0.19% -
HSV(B) 354.86º 0.54% 0.25% -
XYZ 2.92 2.16 1.7 -
YUV 40.81 123.6 145.26 -
System Red Green Blue C M Y K H S L
Decimal 65 30 33 0 0.54 0.49 0.75 354.86 0.37 0.19
Hex 41 1E 21 0 36 31 4B 163 25 13
Octal 101 36 41 0 66 61 113 543 45 23
Binary 1000001 11110 100001 0 110110 110001 1001011 101100011 100101 10011

Color Harmonies of #411E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411E21

Black with #411E21

Text Example


Text Example

White with #411E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411E21; }

 p { color: rgb(65,30,33); }

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

background-color css

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

 a { background-color: rgb(65,30,33); }

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

border-color css

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

 span { border-color: rgb(65,30,33); }

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