Html Css Color HEX #7F413A Red Robin

📋 copy color: '#7F413A'

red 127 ◦ green 65 ◦ blue 58

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

Shades of Red Robin #7F413A

Tints of Red Robin #7F413A

RGB

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

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

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

R = 50.8%
G = 26%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.50

RGB Variations

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

Color information

#7F413A (or 0x7F413A) is known color: Red Robin. HEX triplet: 7F, 41 and 3A. RGB value is (127,65,58). Sum of RGB (Red+Green+Blue) = 127+65+58=250 (33% of max value = 765). Red value is 127 (50% from 255 or 50.8% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 127 - color contains mainly: red. Hex color #7F413A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F413A is #80BEC5. Grayscale: #525252. Windows color (decimal): -8437446 or 3817855. OLE color: 3817855.

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

Color convert

RGB 127 65 58 -
CMYK 0 0.49 0.54 0.50
HSL 6.09º 0.37% 0.36% -
HSV(B) 6.09º 0.54% 0.5% -
XYZ 11.41 8.6 5.06 -
YUV 82.74 114.04 159.57 -
System Red Green Blue C M Y K H S L
Decimal 127 65 58 0 0.49 0.54 0.50 6.09 0.37 0.36
Hex 7F 41 3A 0 31 36 32 6 25 24
Octal 177 101 72 0 61 66 62 6 45 44
Binary 1111111 1000001 111010 0 110001 110110 110010 110 100101 100100

Color Harmonies of #7F413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F413A

Black with #7F413A

Text Example


Text Example

White with #7F413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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