Html Css Color HEX #763631 Crown Of Thorns

📋 copy color: '#763631'

red 118 ◦ green 54 ◦ blue 49

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

Shades of Crown Of Thorns #763631

Tints of Crown Of Thorns #763631

RGB

 RED value IS 118 (46.48% from 255) = 53.39%

 GREEN value IS 54 (21.48% from 255) = 24.43%

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

R = 53.39%
G = 24.43%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#763631 (or 0x763631) is known color: Crown Of Thorns. HEX triplet: 76, 36 and 31. RGB value is (118,54,49). Sum of RGB (Red+Green+Blue) = 118+54+49=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #763631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763631 is #89C9CE. Grayscale: #484848. Windows color (decimal): -9030095 or 3225206. OLE color: 3225206.

HSL color Cylindrical-coordinate representation of color #763631: hue angle of 4.35º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763631 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 54 49 -
CMYK 0 0.54 0.58 0.54
HSL 4.35º 0.41% 0.33% -
HSV(B) 4.35º 0.58% 0.46% -
XYZ 9.34 6.71 3.71 -
YUV 72.57 114.7 160.41 -
System Red Green Blue C M Y K H S L
Decimal 118 54 49 0 0.54 0.58 0.54 4.35 0.41 0.33
Hex 76 36 31 0 36 3A 36 4 29 21
Octal 166 66 61 0 66 72 66 4 51 41
Binary 1110110 110110 110001 0 110110 111010 110110 100 101001 100001

Color Harmonies of #763631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763631

Black with #763631

Text Example


Text Example

White with #763631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763631; }

 p { color: rgb(118,54,49); }

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

background-color css

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

 a { background-color: rgb(118,54,49); }

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

border-color css

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

 span { border-color: rgb(118,54,49); }

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