Html Css Color HEX #651004 Red Oxide

📋 copy color: '#651004'

red 101 ◦ green 16 ◦ blue 4

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

Shades of Red Oxide #651004

Tints of Red Oxide #651004

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.22%

 BLUE value IS 4 (1.95% from 255) = 3.31%

R = 83.47%
G = 13.22%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.60

RGB Variations

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

Color information

#651004 (or 0x651004) is known color: Red Oxide. HEX triplet: 65, 10 and 04. RGB value is (101,16,4). Sum of RGB (Red+Green+Blue) = 101+16+4=121 (16% of max value = 765). Red value is 101 (39.84% from 255 or 83.47% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 101 - color contains mainly: red. Hex color #651004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #651004 is #9AEFFB. Grayscale: #282828. Windows color (decimal): -10153980 or 266341. OLE color: 266341.

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

Color convert

RGB 101 16 4 -
CMYK 0 0.84 0.96 0.60
HSL 7.42º 0.92% 0.21% -
HSV(B) 7.42º 0.96% 0.4% -
XYZ 5.57 3.15 0.43 -
YUV 40.05 107.66 171.48 -
System Red Green Blue C M Y K H S L
Decimal 101 16 4 0 0.84 0.96 0.60 7.42 0.92 0.21
Hex 65 10 4 0 54 60 3C 7 5C 15
Octal 145 20 4 0 124 140 74 7 134 25
Binary 1100101 10000 100 0 1010100 1100000 111100 111 1011100 10101

Color Harmonies of #651004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651004

Black with #651004

Text Example


Text Example

White with #651004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651004; }

 p { color: rgb(101,16,4); }

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

background-color css

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

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

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

border-color css

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

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

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