Html Css Color HEX #7F413E Red Robin

📋 copy color: '#7F413E'

red 127 ◦ green 65 ◦ blue 62

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

Shades of Red Robin #7F413E

Tints of Red Robin #7F413E

RGB

 RED value IS 127 (50% from 255) = 50%

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

 BLUE value IS 62 (24.61% from 255) = 24.41%

R = 50%
G = 25.59%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.50

RGB Variations

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

Color information

#7F413E (or 0x7F413E) is known color: Red Robin. HEX triplet: 7F, 41 and 3E. RGB value is (127,65,62). Sum of RGB (Red+Green+Blue) = 127+65+62=254 (33% of max value = 765). Red value is 127 (50% from 255 or 50% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 127 - color contains mainly: red. Hex color #7F413E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F413E is #80BEC1. Grayscale: #535353. Windows color (decimal): -8437442 or 4079999. OLE color: 4079999.

HSL color Cylindrical-coordinate representation of color #7F413E: hue angle of 2.77º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7F413E is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 65 62 -
CMYK 0 0.49 0.51 0.50
HSL 2.77º 0.34% 0.37% -
HSV(B) 2.77º 0.51% 0.5% -
XYZ 11.51 8.64 5.62 -
YUV 83.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 127 65 62 0 0.49 0.51 0.50 2.77 0.34 0.37
Hex 7F 41 3E 0 31 33 32 3 22 25
Octal 177 101 76 0 61 63 62 3 42 45
Binary 1111111 1000001 111110 0 110001 110011 110010 11 100010 100101

Color Harmonies of #7F413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F413E

Black with #7F413E

Text Example


Text Example

White with #7F413E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,65,62); }

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

background-color css

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

 a { background-color: rgb(127,65,62); }

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

border-color css

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

 span { border-color: rgb(127,65,62); }

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