Html Css Color HEX #47322B Rebel

📋 copy color: '#47322B'

red 71 ◦ green 50 ◦ blue 43

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

Shades of Rebel #47322B

Tints of Rebel #47322B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.49%

 BLUE value IS 43 (17.19% from 255) = 26.22%

R = 43.29%
G = 30.49%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#47322B (or 0x47322B) is known color: Rebel. HEX triplet: 47, 32 and 2B. RGB value is (71,50,43). Sum of RGB (Red+Green+Blue) = 71+50+43=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 71 - color contains mainly: red. Hex color #47322B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47322B is #B8CDD4. Grayscale: #373737. Windows color (decimal): -12111317 or 2830919. OLE color: 2830919.

HSL color Cylindrical-coordinate representation of color #47322B: hue angle of 15º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #47322B is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 50 43 -
CMYK 0 0.30 0.39 0.72
HSL 15º 0.25% 0.22% -
HSV(B) 15º 0.39% 0.28% -
XYZ 4.18 3.8 2.8 -
YUV 55.48 120.96 139.07 -
System Red Green Blue C M Y K H S L
Decimal 71 50 43 0 0.30 0.39 0.72 15 0.25 0.22
Hex 47 32 2B 0 1E 27 48 F 19 16
Octal 107 62 53 0 36 47 110 17 31 26
Binary 1000111 110010 101011 0 11110 100111 1001000 1111 11001 10110

Color Harmonies of #47322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47322B

Black with #47322B

Text Example


Text Example

White with #47322B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47322B; }

 p { color: rgb(71,50,43); }

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

background-color css

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

 a { background-color: rgb(71,50,43); }

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

border-color css

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

 span { border-color: rgb(71,50,43); }

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