Html Css Color HEX #482223 Bulgarian Rose

📋 copy color: '#482223'

red 72 ◦ green 34 ◦ blue 35

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

Shades of Bulgarian Rose #482223

Tints of Bulgarian Rose #482223

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.11%

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

R = 51.06%
G = 24.11%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#482223 (or 0x482223) is known color: Bulgarian Rose. HEX triplet: 48, 22 and 23. RGB value is (72,34,35). Sum of RGB (Red+Green+Blue) = 72+34+35=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #482223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482223 is #B7DDDC. Grayscale: #2D2D2D. Windows color (decimal): -12049885 or 2302536. OLE color: 2302536.

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

Color convert

RGB 72 34 35 -
CMYK 0 0.53 0.51 0.72
HSL 358.42º 0.36% 0.21% -
HSV(B) 358.42º 0.53% 0.28% -
XYZ 3.55 2.64 1.91 -
YUV 45.48 122.09 146.92 -
System Red Green Blue C M Y K H S L
Decimal 72 34 35 0 0.53 0.51 0.72 358.42 0.36 0.21
Hex 48 22 23 0 35 33 48 166 24 15
Octal 110 42 43 0 65 63 110 546 44 25
Binary 1001000 100010 100011 0 110101 110011 1001000 101100110 100100 10101

Color Harmonies of #482223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482223

Black with #482223

Text Example


Text Example

White with #482223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482223; }

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

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

background-color css

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

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

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

border-color css

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

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

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