Html Css Color HEX #7D3934 Crown Of Thorns

📋 copy color: '#7D3934'

red 125 ◦ green 57 ◦ blue 52

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

Shades of Crown Of Thorns #7D3934

Tints of Crown Of Thorns #7D3934

RGB

 RED value IS 125 (49.22% from 255) = 53.42%

 GREEN value IS 57 (22.66% from 255) = 24.36%

 BLUE value IS 52 (20.7% from 255) = 22.22%

R = 53.42%
G = 24.36%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#7D3934 (or 0x7D3934) is known color: Crown Of Thorns. HEX triplet: 7D, 39 and 34. RGB value is (125,57,52). Sum of RGB (Red+Green+Blue) = 125+57+52=234 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.42% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3934 is #82C6CB. Grayscale: #4C4C4C. Windows color (decimal): -8570572 or 3422589. OLE color: 3422589.

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

Color convert

RGB 125 57 52 -
CMYK 0 0.54 0.58 0.51
HSL 4.11º 0.41% 0.35% -
HSV(B) 4.11º 0.58% 0.49% -
XYZ 10.54 7.53 4.15 -
YUV 76.76 114.03 162.41 -
System Red Green Blue C M Y K H S L
Decimal 125 57 52 0 0.54 0.58 0.51 4.11 0.41 0.35
Hex 7D 39 34 0 36 3A 33 4 29 23
Octal 175 71 64 0 66 72 63 4 51 43
Binary 1111101 111001 110100 0 110110 111010 110011 100 101001 100011

Color Harmonies of #7D3934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3934

Black with #7D3934

Text Example


Text Example

White with #7D3934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,57,52); }

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

background-color css

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

 a { background-color: rgb(125,57,52); }

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

border-color css

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

 span { border-color: rgb(125,57,52); }

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