Html Css Color HEX #7F413D Red Robin

📋 copy color: '#7F413D'

red 127 ◦ green 65 ◦ blue 61

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

Shades of Red Robin #7F413D

Tints of Red Robin #7F413D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.11%

R = 50.2%
G = 25.69%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.50

RGB Variations

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

Color information

#7F413D (or 0x7F413D) is known color: Red Robin. HEX triplet: 7F, 41 and 3D. RGB value is (127,65,61). Sum of RGB (Red+Green+Blue) = 127+65+61=253 (33% of max value = 765). Red value is 127 (50% from 255 or 50.20% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 127 - color contains mainly: red. Hex color #7F413D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F413D is #80BEC2. Grayscale: #535353. Windows color (decimal): -8437443 or 4014463. OLE color: 4014463.

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

Color convert

RGB 127 65 61 -
CMYK 0 0.49 0.52 0.50
HSL 3.64º 0.35% 0.37% -
HSV(B) 3.64º 0.52% 0.5% -
XYZ 11.49 8.63 5.48 -
YUV 83.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 127 65 61 0 0.49 0.52 0.50 3.64 0.35 0.37
Hex 7F 41 3D 0 31 34 32 4 23 25
Octal 177 101 75 0 61 64 62 4 43 45
Binary 1111111 1000001 111101 0 110001 110100 110010 100 100011 100101

Color Harmonies of #7F413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F413D

Black with #7F413D

Text Example


Text Example

White with #7F413D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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