Html Css Color HEX #47312A Rebel

📋 copy color: '#47312A'

red 71 ◦ green 49 ◦ blue 42

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

Shades of Rebel #47312A

Tints of Rebel #47312A

RGB

 RED value IS 71 (28.13% from 255) = 43.83%

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

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

R = 43.83%
G = 30.25%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.72

RGB Variations

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

Color information

#47312A (or 0x47312A) is known color: Rebel. HEX triplet: 47, 31 and 2A. RGB value is (71,49,42). Sum of RGB (Red+Green+Blue) = 71+49+42=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 71 - color contains mainly: red. Hex color #47312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47312A is #B8CED5. Grayscale: #363636. Windows color (decimal): -12111574 or 2765127. OLE color: 2765127.

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

Color convert

RGB 71 49 42 -
CMYK 0 0.31 0.41 0.72
HSL 14.48º 0.26% 0.22% -
HSV(B) 14.48º 0.41% 0.28% -
XYZ 4.11 3.7 2.69 -
YUV 54.78 120.79 139.57 -
System Red Green Blue C M Y K H S L
Decimal 71 49 42 0 0.31 0.41 0.72 14.48 0.26 0.22
Hex 47 31 2A 0 1F 29 48 E 1A 16
Octal 107 61 52 0 37 51 110 16 32 26
Binary 1000111 110001 101010 0 11111 101001 1001000 1110 11010 10110

Color Harmonies of #47312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47312A

Black with #47312A

Text Example


Text Example

White with #47312A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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