Html Css Color HEX #7A3A35 Crown Of Thorns

📋 copy color: '#7A3A35'

red 122 ◦ green 58 ◦ blue 53

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

Shades of Crown Of Thorns #7A3A35

Tints of Crown Of Thorns #7A3A35

RGB

 RED value IS 122 (48.05% from 255) = 52.36%

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

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

R = 52.36%
G = 24.89%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.52

RGB Variations

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

Color information

#7A3A35 (or 0x7A3A35) is known color: Crown Of Thorns. HEX triplet: 7A, 3A and 35. RGB value is (122,58,53). Sum of RGB (Red+Green+Blue) = 122+58+53=233 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.36% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3A35 is #85C5CA. Grayscale: #4C4C4C. Windows color (decimal): -8766923 or 3488378. OLE color: 3488378.

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

Color convert

RGB 122 58 53 -
CMYK 0 0.52 0.57 0.52
HSL 4.35º 0.39% 0.34% -
HSV(B) 4.35º 0.57% 0.48% -
XYZ 10.18 7.42 4.26 -
YUV 76.57 114.7 160.41 -
System Red Green Blue C M Y K H S L
Decimal 122 58 53 0 0.52 0.57 0.52 4.35 0.39 0.34
Hex 7A 3A 35 0 34 39 34 4 27 22
Octal 172 72 65 0 64 71 64 4 47 42
Binary 1111010 111010 110101 0 110100 111001 110100 100 100111 100010

Color Harmonies of #7A3A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3A35

Black with #7A3A35

Text Example


Text Example

White with #7A3A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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