Html Css Color HEX #7F3E35 Red Robin

📋 copy color: '#7F3E35'

red 127 ◦ green 62 ◦ blue 53

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

Shades of Red Robin #7F3E35

Tints of Red Robin #7F3E35

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.62%

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

R = 52.48%
G = 25.62%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.50

RGB Variations

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

Color information

#7F3E35 (or 0x7F3E35) is known color: Red Robin. HEX triplet: 7F, 3E and 35. RGB value is (127,62,53). Sum of RGB (Red+Green+Blue) = 127+62+53=242 (32% of max value = 765). Red value is 127 (50% from 255 or 52.48% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3E35 is #80C1CA. Grayscale: #505050. Windows color (decimal): -8438219 or 3489407. OLE color: 3489407.

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

Color convert

RGB 127 62 53 -
CMYK 0 0.51 0.58 0.50
HSL 7.3º 0.41% 0.35% -
HSV(B) 7.3º 0.58% 0.5% -
XYZ 11.12 8.21 4.37 -
YUV 80.41 112.53 161.23 -
System Red Green Blue C M Y K H S L
Decimal 127 62 53 0 0.51 0.58 0.50 7.3 0.41 0.35
Hex 7F 3E 35 0 33 3A 32 7 29 23
Octal 177 76 65 0 63 72 62 7 51 43
Binary 1111111 111110 110101 0 110011 111010 110010 111 101001 100011

Color Harmonies of #7F3E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3E35

Black with #7F3E35

Text Example


Text Example

White with #7F3E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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