Html Css Color HEX #663031 Red Devil

📋 copy color: '#663031'

red 102 ◦ green 48 ◦ blue 49

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

Shades of Red Devil #663031

Tints of Red Devil #663031

RGB

 RED value IS 102 (40.23% from 255) = 51.26%

 GREEN value IS 48 (19.14% from 255) = 24.12%

 BLUE value IS 49 (19.53% from 255) = 24.62%

R = 51.26%
G = 24.12%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.6

RGB Variations

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

Color information

#663031 (or 0x663031) is known color: Red Devil. HEX triplet: 66, 30 and 31. RGB value is (102,48,49). Sum of RGB (Red+Green+Blue) = 102+48+49=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #663031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663031 is #99CFCE. Grayscale: #404040. Windows color (decimal): -10080207 or 3223654. OLE color: 3223654.

HSL color Cylindrical-coordinate representation of color #663031: hue angle of 358.89º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #663031 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 48 49 -
CMYK 0 0.53 0.52 0.6
HSL 358.89º 0.36% 0.29% -
HSV(B) 358.89º 0.53% 0.4% -
XYZ 7.09 5.16 3.53 -
YUV 64.26 119.39 154.92 -
System Red Green Blue C M Y K H S L
Decimal 102 48 49 0 0.53 0.52 0.6 358.89 0.36 0.29
Hex 66 30 31 0 35 34 3C 167 24 1D
Octal 146 60 61 0 65 64 74 547 44 35
Binary 1100110 110000 110001 0 110101 110100 111100 101100111 100100 11101

Color Harmonies of #663031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663031

Black with #663031

Text Example


Text Example

White with #663031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663031; }

 p { color: rgb(102,48,49); }

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

background-color css

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

 a { background-color: rgb(102,48,49); }

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

border-color css

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

 span { border-color: rgb(102,48,49); }

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