Html Css Color HEX #7A413A Red Robin

📋 copy color: '#7A413A'

red 122 ◦ green 65 ◦ blue 58

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

Shades of Red Robin #7A413A

Tints of Red Robin #7A413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.53%

 BLUE value IS 58 (23.05% from 255) = 23.67%

R = 49.8%
G = 26.53%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#7A413A (or 0x7A413A) is known color: Red Robin. HEX triplet: 7A, 41 and 3A. RGB value is (122,65,58). Sum of RGB (Red+Green+Blue) = 122+65+58=245 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.80% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 122 - color contains mainly: red. Hex color #7A413A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A413A is #85BEC5. Grayscale: #515151. Windows color (decimal): -8765126 or 3817850. OLE color: 3817850.

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

Color convert

RGB 122 65 58 -
CMYK 0 0.47 0.52 0.52
HSL 6.56º 0.36% 0.35% -
HSV(B) 6.56º 0.52% 0.48% -
XYZ 10.68 8.22 5.03 -
YUV 81.25 114.88 157.07 -
System Red Green Blue C M Y K H S L
Decimal 122 65 58 0 0.47 0.52 0.52 6.56 0.36 0.35
Hex 7A 41 3A 0 2F 34 34 7 24 23
Octal 172 101 72 0 57 64 64 7 44 43
Binary 1111010 1000001 111010 0 101111 110100 110100 111 100100 100011

Color Harmonies of #7A413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A413A

Black with #7A413A

Text Example


Text Example

White with #7A413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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