Html Css Color HEX #411F21 Bulgarian Rose

📋 copy color: '#411F21'

red 65 ◦ green 31 ◦ blue 33

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

Shades of Bulgarian Rose #411F21

Tints of Bulgarian Rose #411F21

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.03%

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

R = 50.39%
G = 24.03%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.75

RGB Variations

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

Color information

#411F21 (or 0x411F21) is known color: Bulgarian Rose. HEX triplet: 41, 1F and 21. RGB value is (65,31,33). Sum of RGB (Red+Green+Blue) = 65+31+33=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #411F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F21 is #BEE0DE. Grayscale: #292929. Windows color (decimal): -12509407 or 2170689. OLE color: 2170689.

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

Color convert

RGB 65 31 33 -
CMYK 0 0.52 0.49 0.75
HSL 356.47º 0.35% 0.19% -
HSV(B) 356.47º 0.52% 0.25% -
XYZ 2.94 2.21 1.71 -
YUV 41.39 123.26 144.84 -
System Red Green Blue C M Y K H S L
Decimal 65 31 33 0 0.52 0.49 0.75 356.47 0.35 0.19
Hex 41 1F 21 0 34 31 4B 164 23 13
Octal 101 37 41 0 64 61 113 544 43 23
Binary 1000001 11111 100001 0 110100 110001 1001011 101100100 100011 10011

Color Harmonies of #411F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411F21

Black with #411F21

Text Example


Text Example

White with #411F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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