Html Css Color HEX #651F0E Red Oxide

📋 copy color: '#651F0E'

red 101 ◦ green 31 ◦ blue 14

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

Shades of Red Oxide #651F0E

Tints of Red Oxide #651F0E

RGB

 RED value IS 101 (39.84% from 255) = 69.18%

 GREEN value IS 31 (12.5% from 255) = 21.23%

 BLUE value IS 14 (5.86% from 255) = 9.59%

R = 69.18%
G = 21.23%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.60

RGB Variations

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

Color information

#651F0E (or 0x651F0E) is known color: Red Oxide. HEX triplet: 65, 1F and 0E. RGB value is (101,31,14). Sum of RGB (Red+Green+Blue) = 101+31+14=146 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.18% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 101 - color contains mainly: red. Hex color #651F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651F0E is #9AE0F1. Grayscale: #323232. Windows color (decimal): -10150130 or 925541. OLE color: 925541.

HSL color Cylindrical-coordinate representation of color #651F0E: hue angle of 11.72º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #651F0E is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 31 14 -
CMYK 0 0.69 0.86 0.60
HSL 11.72º 0.76% 0.23% -
HSV(B) 11.72º 0.86% 0.4% -
XYZ 5.94 3.78 0.83 -
YUV 49.99 107.69 164.38 -
System Red Green Blue C M Y K H S L
Decimal 101 31 14 0 0.69 0.86 0.60 11.72 0.76 0.23
Hex 65 1F E 0 45 56 3C C 4C 17
Octal 145 37 16 0 105 126 74 14 114 27
Binary 1100101 11111 1110 0 1000101 1010110 111100 1100 1001100 10111

Color Harmonies of #651F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651F0E

Black with #651F0E

Text Example


Text Example

White with #651F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651F0E; }

 p { color: rgb(101,31,14); }

 H1.HeaderClassName
 {
   color: #651F0E;
 }
 .AnyTagClassName
 {
   color: #651F0E;
 }
</style>

background-color css

<style>
 a { background-color: #651F0E; }

 a { background-color: rgb(101,31,14); }

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

border-color css

<style>
 span { border-color: #651F0E; }

 span { border-color: rgb(101,31,14); }

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