Html Css Color HEX #651313 Red Oxide

📋 copy color: '#651313'

red 101 ◦ green 19 ◦ blue 19

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

Shades of Red Oxide #651313

Tints of Red Oxide #651313

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.67%

 BLUE value IS 19 (7.81% from 255) = 13.67%

R = 72.66%
G = 13.67%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#651313 (or 0x651313) is known color: Red Oxide. HEX triplet: 65, 13 and 13. RGB value is (101,19,19). Sum of RGB (Red+Green+Blue) = 101+19+19=139 (18% of max value = 765). Red value is 101 (39.84% from 255 or 72.66% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 101 - color contains mainly: red. Hex color #651313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651313 is #9AECEC. Grayscale: #2B2B2B. Windows color (decimal): -10153197 or 1250149. OLE color: 1250149.

HSL color Cylindrical-coordinate representation of color #651313: hue angle of 0º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #651313 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 19 19 -
CMYK 0 0.81 0.81 0.60
HSL 0.68% 0.24% -
HSV(B) 0.81% 0.4% -
XYZ 5.72 3.28 0.95 -
YUV 43.52 114.17 169 -
System Red Green Blue C M Y K H S L
Decimal 101 19 19 0 0.81 0.81 0.60 0 0.68 0.24
Hex 65 13 13 0 51 51 3C 0 44 18
Octal 145 23 23 0 121 121 74 0 104 30
Binary 1100101 10011 10011 0 1010001 1010001 111100 0 1000100 11000

Color Harmonies of #651313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651313

Black with #651313

Text Example


Text Example

White with #651313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651313; }

 p { color: rgb(101,19,19); }

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

background-color css

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

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

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

border-color css

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

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

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