Html Css Color HEX #651F19 Red Oxide

📋 copy color: '#651F19'

red 101 ◦ green 31 ◦ blue 25

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

Shades of Red Oxide #651F19

Tints of Red Oxide #651F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.92%

R = 64.33%
G = 19.75%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.60

RGB Variations

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

Color information

#651F19 (or 0x651F19) is known color: Red Oxide. HEX triplet: 65, 1F and 19. RGB value is (101,31,25). Sum of RGB (Red+Green+Blue) = 101+31+25=157 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.33% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 101 - color contains mainly: red. Hex color #651F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #651F19 is #9AE0E6. Grayscale: #333333. Windows color (decimal): -10150119 or 1646437. OLE color: 1646437.

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

Color convert

RGB 101 31 25 -
CMYK 0 0.69 0.75 0.60
HSL 4.74º 0.6% 0.25% -
HSV(B) 4.74º 0.75% 0.4% -
XYZ 6.03 3.82 1.34 -
YUV 51.25 113.19 163.49 -
System Red Green Blue C M Y K H S L
Decimal 101 31 25 0 0.69 0.75 0.60 4.74 0.6 0.25
Hex 65 1F 19 0 45 4B 3C 5 3C 19
Octal 145 37 31 0 105 113 74 5 74 31
Binary 1100101 11111 11001 0 1000101 1001011 111100 101 111100 11001

Color Harmonies of #651F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651F19

Black with #651F19

Text Example


Text Example

White with #651F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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