Html Css Color HEX #412122 Bulgarian Rose

📋 copy color: '#412122'

red 65 ◦ green 33 ◦ blue 34

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

Shades of Bulgarian Rose #412122

Tints of Bulgarian Rose #412122

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25%

 BLUE value IS 34 (13.67% from 255) = 25.76%

R = 49.24%
G = 25%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#412122 (or 0x412122) is known color: Bulgarian Rose. HEX triplet: 41, 21 and 22. RGB value is (65,33,34). Sum of RGB (Red+Green+Blue) = 65+33+34=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 34 (13.67% from 255 or 25.76% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #412122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412122 is #BEDEDD. Grayscale: #2A2A2A. Windows color (decimal): -12508894 or 2236737. OLE color: 2236737.

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

Color convert

RGB 65 33 34 -
CMYK 0 0.49 0.48 0.75
HSL 358.13º 0.33% 0.19% -
HSV(B) 358.13º 0.49% 0.25% -
XYZ 3.01 2.33 1.8 -
YUV 42.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 65 33 34 0 0.49 0.48 0.75 358.13 0.33 0.19
Hex 41 21 22 0 31 30 4B 166 21 13
Octal 101 41 42 0 61 60 113 546 41 23
Binary 1000001 100001 100010 0 110001 110000 1001011 101100110 100001 10011

Color Harmonies of #412122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412122

Black with #412122

Text Example


Text Example

White with #412122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412122; }

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

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

background-color css

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

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

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

border-color css

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

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

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