Html Css Color HEX #462124 Bulgarian Rose

📋 copy color: '#462124'

red 70 ◦ green 33 ◦ blue 36

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

Shades of Bulgarian Rose #462124

Tints of Bulgarian Rose #462124

RGB

 RED value IS 70 (27.73% from 255) = 50.36%

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

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

R = 50.36%
G = 23.74%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#462124 (or 0x462124) is known color: Bulgarian Rose. HEX triplet: 46, 21 and 24. RGB value is (70,33,36). Sum of RGB (Red+Green+Blue) = 70+33+36=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #462124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462124 is #B9DEDB. Grayscale: #2C2C2C. Windows color (decimal): -12181212 or 2367814. OLE color: 2367814.

HSL color Cylindrical-coordinate representation of color #462124: hue angle of 355.14º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #462124 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 33 36 -
CMYK 0 0.53 0.49 0.73
HSL 355.14º 0.36% 0.2% -
HSV(B) 355.14º 0.53% 0.27% -
XYZ 3.39 2.52 1.98 -
YUV 44.41 123.26 146.26 -
System Red Green Blue C M Y K H S L
Decimal 70 33 36 0 0.53 0.49 0.73 355.14 0.36 0.2
Hex 46 21 24 0 35 31 49 163 24 14
Octal 106 41 44 0 65 61 111 543 44 24
Binary 1000110 100001 100100 0 110101 110001 1001001 101100011 100100 10100

Color Harmonies of #462124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462124

Black with #462124

Text Example


Text Example

White with #462124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462124; }

 p { color: rgb(70,33,36); }

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

background-color css

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

 a { background-color: rgb(70,33,36); }

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

border-color css

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

 span { border-color: rgb(70,33,36); }

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