Html Css Color HEX #86423F Red Robin

📋 copy color: '#86423F'

red 134 ◦ green 66 ◦ blue 63

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

Shades of Red Robin #86423F

Tints of Red Robin #86423F

RGB

 RED value IS 134 (52.73% from 255) = 50.95%

 GREEN value IS 66 (26.17% from 255) = 25.1%

 BLUE value IS 63 (25% from 255) = 23.95%

R = 50.95%
G = 25.1%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#86423F (or 0x86423F) is known color: Red Robin. HEX triplet: 86, 42 and 3F. RGB value is (134,66,63). Sum of RGB (Red+Green+Blue) = 134+66+63=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #86423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86423F is #79BDC0. Grayscale: #565656. Windows color (decimal): -7978433 or 4145798. OLE color: 4145798.

HSL color Cylindrical-coordinate representation of color #86423F: hue angle of 2.54º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86423F is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 66 63 -
CMYK 0 0.51 0.53 0.47
HSL 2.54º 0.36% 0.39% -
HSV(B) 2.54º 0.53% 0.53% -
XYZ 12.68 9.32 5.83 -
YUV 85.99 115.03 162.24 -
System Red Green Blue C M Y K H S L
Decimal 134 66 63 0 0.51 0.53 0.47 2.54 0.36 0.39
Hex 86 42 3F 0 33 35 2F 3 24 27
Octal 206 102 77 0 63 65 57 3 44 47
Binary 10000110 1000010 111111 0 110011 110101 101111 11 100100 100111

Color Harmonies of #86423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86423F

Black with #86423F

Text Example


Text Example

White with #86423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86423F; }

 p { color: rgb(134,66,63); }

 H1.HeaderClassName
 {
   color: #86423F;
 }
 .AnyTagClassName
 {
   color: #86423F;
 }
</style>

background-color css

<style>
 a { background-color: #86423F; }

 a { background-color: rgb(134,66,63); }

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

border-color css

<style>
 span { border-color: #86423F; }

 span { border-color: rgb(134,66,63); }

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