Html Css Color HEX #48312A Rebel

📋 copy color: '#48312A'

red 72 ◦ green 49 ◦ blue 42

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

Shades of Rebel #48312A

Tints of Rebel #48312A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 30.06%

 BLUE value IS 42 (16.8% from 255) = 25.77%

R = 44.17%
G = 30.06%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#48312A (or 0x48312A) is known color: Rebel. HEX triplet: 48, 31 and 2A. RGB value is (72,49,42). Sum of RGB (Red+Green+Blue) = 72+49+42=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #48312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48312A is #B7CED5. Grayscale: #373737. Windows color (decimal): -12046038 or 2765128. OLE color: 2765128.

HSL color Cylindrical-coordinate representation of color #48312A: hue angle of 14º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #48312A is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 49 42 -
CMYK 0 0.32 0.42 0.72
HSL 14º 0.26% 0.22% -
HSV(B) 14º 0.42% 0.28% -
XYZ 4.19 3.74 2.69 -
YUV 55.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 72 49 42 0 0.32 0.42 0.72 14 0.26 0.22
Hex 48 31 2A 0 20 2A 48 E 1A 16
Octal 110 61 52 0 40 52 110 16 32 26
Binary 1001000 110001 101010 0 100000 101010 1001000 1110 11010 10110

Color Harmonies of #48312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48312A

Black with #48312A

Text Example


Text Example

White with #48312A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48312A; }

 p { color: rgb(72,49,42); }

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

background-color css

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

 a { background-color: rgb(72,49,42); }

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

border-color css

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

 span { border-color: rgb(72,49,42); }

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