Html Css Color HEX #7B3631 Crown Of Thorns

📋 copy color: '#7B3631'

red 123 ◦ green 54 ◦ blue 49

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

Shades of Crown Of Thorns #7B3631

Tints of Crown Of Thorns #7B3631

RGB

 RED value IS 123 (48.44% from 255) = 54.42%

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

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

R = 54.42%
G = 23.89%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.52

RGB Variations

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

Color information

#7B3631 (or 0x7B3631) is known color: Crown Of Thorns. HEX triplet: 7B, 36 and 31. RGB value is (123,54,49). Sum of RGB (Red+Green+Blue) = 123+54+49=226 (29% of max value = 765). Red value is 123 (48.44% from 255 or 54.42% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3631 is #84C9CE. Grayscale: #4A4A4A. Windows color (decimal): -8702415 or 3225211. OLE color: 3225211.

HSL color Cylindrical-coordinate representation of color #7B3631: hue angle of 4.05º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B3631 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 54 49 -
CMYK 0 0.56 0.60 0.52
HSL 4.05º 0.43% 0.34% -
HSV(B) 4.05º 0.6% 0.48% -
XYZ 10.04 7.07 3.74 -
YUV 74.06 113.86 162.91 -
System Red Green Blue C M Y K H S L
Decimal 123 54 49 0 0.56 0.60 0.52 4.05 0.43 0.34
Hex 7B 36 31 0 38 3C 34 4 2B 22
Octal 173 66 61 0 70 74 64 4 53 42
Binary 1111011 110110 110001 0 111000 111100 110100 100 101011 100010

Color Harmonies of #7B3631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3631

Black with #7B3631

Text Example


Text Example

White with #7B3631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B3631; }

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

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

background-color css

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

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

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

border-color css

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

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

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