Html Css Color HEX #482022 Bulgarian Rose

📋 copy color: '#482022'

red 72 ◦ green 32 ◦ blue 34

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

Shades of Bulgarian Rose #482022

Tints of Bulgarian Rose #482022

RGB

 RED value IS 72 (28.52% from 255) = 52.17%

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

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

R = 52.17%
G = 23.19%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.72

RGB Variations

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

Color information

#482022 (or 0x482022) is known color: Bulgarian Rose. HEX triplet: 48, 20 and 22. RGB value is (72,32,34). Sum of RGB (Red+Green+Blue) = 72+32+34=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 32 (12.89% from 255 or 23.19% from 138); Blue value is 34 (13.67% from 255 or 24.64% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #482022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482022 is #B7DFDD. Grayscale: #2C2C2C. Windows color (decimal): -12050398 or 2236488. OLE color: 2236488.

HSL color Cylindrical-coordinate representation of color #482022: hue angle of 357º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #482022 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 32 34 -
CMYK 0 0.56 0.53 0.72
HSL 357º 0.38% 0.2% -
HSV(B) 357º 0.56% 0.28% -
XYZ 3.48 2.53 1.82 -
YUV 44.19 122.25 147.84 -
System Red Green Blue C M Y K H S L
Decimal 72 32 34 0 0.56 0.53 0.72 357 0.38 0.2
Hex 48 20 22 0 38 35 48 165 26 14
Octal 110 40 42 0 70 65 110 545 46 24
Binary 1001000 100000 100010 0 111000 110101 1001000 101100101 100110 10100

Color Harmonies of #482022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482022

Black with #482022

Text Example


Text Example

White with #482022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482022; }

 p { color: rgb(72,32,34); }

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

background-color css

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

 a { background-color: rgb(72,32,34); }

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

border-color css

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

 span { border-color: rgb(72,32,34); }

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