Html Css Color HEX #61231F Red Oxide

📋 copy color: '#61231F'

red 97 ◦ green 35 ◦ blue 31

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

Shades of Red Oxide #61231F

Tints of Red Oxide #61231F

RGB

 RED value IS 97 (38.28% from 255) = 59.51%

 GREEN value IS 35 (14.06% from 255) = 21.47%

 BLUE value IS 31 (12.5% from 255) = 19.02%

R = 59.51%
G = 21.47%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#61231F (or 0x61231F) is known color: Red Oxide. HEX triplet: 61, 23 and 1F. RGB value is (97,35,31). Sum of RGB (Red+Green+Blue) = 97+35+31=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 31 (12.5% from 255 or 19.02% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #61231F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61231F is #9EDCE0. Grayscale: #353535. Windows color (decimal): -10411233 or 2040673. OLE color: 2040673.

HSL color Cylindrical-coordinate representation of color #61231F: hue angle of 3.64º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #61231F is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 35 31 -
CMYK 0 0.64 0.68 0.62
HSL 3.64º 0.52% 0.25% -
HSV(B) 3.64º 0.68% 0.38% -
XYZ 5.78 3.84 1.73 -
YUV 53.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 97 35 31 0 0.64 0.68 0.62 3.64 0.52 0.25
Hex 61 23 1F 0 40 44 3E 4 34 19
Octal 141 43 37 0 100 104 76 4 64 31
Binary 1100001 100011 11111 0 1000000 1000100 111110 100 110100 11001

Color Harmonies of #61231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61231F

Black with #61231F

Text Example


Text Example

White with #61231F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,35,31); }

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

background-color css

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

 a { background-color: rgb(97,35,31); }

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

border-color css

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

 span { border-color: rgb(97,35,31); }

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