Html Css Color HEX #492023 Bulgarian Rose

📋 copy color: '#492023'

red 73 ◦ green 32 ◦ blue 35

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

Shades of Bulgarian Rose #492023

Tints of Bulgarian Rose #492023

RGB

 RED value IS 73 (28.91% from 255) = 52.14%

 GREEN value IS 32 (12.89% from 255) = 22.86%

 BLUE value IS 35 (14.06% from 255) = 25%

R = 52.14%
G = 22.86%
B = 25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#492023 (or 0x492023) is known color: Bulgarian Rose. HEX triplet: 49, 20 and 23. RGB value is (73,32,35). Sum of RGB (Red+Green+Blue) = 73+32+35=140 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.14% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 73 - color contains mainly: red. Hex color #492023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492023 is #B6DFDC. Grayscale: #2C2C2C. Windows color (decimal): -11984861 or 2302025. OLE color: 2302025.

HSL color Cylindrical-coordinate representation of color #492023: hue angle of 355.61º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #492023 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 32 35 -
CMYK 0 0.56 0.52 0.71
HSL 355.61º 0.39% 0.21% -
HSV(B) 355.61º 0.56% 0.29% -
XYZ 3.57 2.57 1.9 -
YUV 44.6 122.58 148.26 -
System Red Green Blue C M Y K H S L
Decimal 73 32 35 0 0.56 0.52 0.71 355.61 0.39 0.21
Hex 49 20 23 0 38 34 47 164 27 15
Octal 111 40 43 0 70 64 107 544 47 25
Binary 1001001 100000 100011 0 111000 110100 1000111 101100100 100111 10101

Color Harmonies of #492023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492023

Black with #492023

Text Example


Text Example

White with #492023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492023; }

 p { color: rgb(73,32,35); }

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

background-color css

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

 a { background-color: rgb(73,32,35); }

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

border-color css

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

 span { border-color: rgb(73,32,35); }

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