Html Css Color HEX #7C372D Crown Of Thorns

📋 copy color: '#7C372D'

red 124 ◦ green 55 ◦ blue 45

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

Shades of Crown Of Thorns #7C372D

Tints of Crown Of Thorns #7C372D

RGB

 RED value IS 124 (48.83% from 255) = 55.36%

 GREEN value IS 55 (21.88% from 255) = 24.55%

 BLUE value IS 45 (17.97% from 255) = 20.09%

R = 55.36%
G = 24.55%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#7C372D (or 0x7C372D) is known color: Crown Of Thorns. HEX triplet: 7C, 37 and 2D. RGB value is (124,55,45). Sum of RGB (Red+Green+Blue) = 124+55+45=224 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.36% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 124 - color contains mainly: red. Hex color #7C372D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C372D is #83C8D2. Grayscale: #4A4A4A. Windows color (decimal): -8636627 or 2963324. OLE color: 2963324.

HSL color Cylindrical-coordinate representation of color #7C372D: hue angle of 7.59º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C372D is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 55 45 -
CMYK 0 0.56 0.64 0.51
HSL 7.59º 0.47% 0.33% -
HSV(B) 7.59º 0.64% 0.49% -
XYZ 10.15 7.21 3.34 -
YUV 74.49 111.36 163.31 -
System Red Green Blue C M Y K H S L
Decimal 124 55 45 0 0.56 0.64 0.51 7.59 0.47 0.33
Hex 7C 37 2D 0 38 40 33 8 2F 21
Octal 174 67 55 0 70 100 63 10 57 41
Binary 1111100 110111 101101 0 111000 1000000 110011 1000 101111 100001

Color Harmonies of #7C372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C372D

Black with #7C372D

Text Example


Text Example

White with #7C372D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,55,45); }

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

background-color css

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

 a { background-color: rgb(124,55,45); }

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

border-color css

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

 span { border-color: rgb(124,55,45); }

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