Html Css Color HEX #713A35 Crown Of Thorns

📋 copy color: '#713A35'

red 113 ◦ green 58 ◦ blue 53

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

Shades of Crown Of Thorns #713A35

Tints of Crown Of Thorns #713A35

RGB

 RED value IS 113 (44.53% from 255) = 50.45%

 GREEN value IS 58 (23.05% from 255) = 25.89%

 BLUE value IS 53 (21.09% from 255) = 23.66%

R = 50.45%
G = 25.89%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.56

RGB Variations

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

Color information

#713A35 (or 0x713A35) is known color: Crown Of Thorns. HEX triplet: 71, 3A and 35. RGB value is (113,58,53). Sum of RGB (Red+Green+Blue) = 113+58+53=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #713A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713A35 is #8EC5CA. Grayscale: #494949. Windows color (decimal): -9356747 or 3488369. OLE color: 3488369.

HSL color Cylindrical-coordinate representation of color #713A35: hue angle of 5º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #713A35 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 58 53 -
CMYK 0 0.49 0.53 0.56
HSL 0.36% 0.33% -
HSV(B) 0.53% 0.44% -
XYZ 8.97 6.79 4.21 -
YUV 73.88 116.22 155.91 -
System Red Green Blue C M Y K H S L
Decimal 113 58 53 0 0.49 0.53 0.56 5 0.36 0.33
Hex 71 3A 35 0 31 35 38 5 24 21
Octal 161 72 65 0 61 65 70 5 44 41
Binary 1110001 111010 110101 0 110001 110101 111000 101 100100 100001

Color Harmonies of #713A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713A35

Black with #713A35

Text Example


Text Example

White with #713A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713A35; }

 p { color: rgb(113,58,53); }

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

background-color css

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

 a { background-color: rgb(113,58,53); }

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

border-color css

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

 span { border-color: rgb(113,58,53); }

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