Html Css Color HEX #61231E Red Oxide

📋 copy color: '#61231E'

red 97 ◦ green 35 ◦ blue 30

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

Shades of Red Oxide #61231E

Tints of Red Oxide #61231E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 18.52%

R = 59.88%
G = 21.6%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#61231E (or 0x61231E) is known color: Red Oxide. HEX triplet: 61, 23 and 1E. RGB value is (97,35,30). Sum of RGB (Red+Green+Blue) = 97+35+30=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 35 (14.06% from 255 or 21.60% from 162); Blue value is 30 (12.11% from 255 or 18.52% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #61231E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61231E is #9EDCE1. Grayscale: #353535. Windows color (decimal): -10411234 or 1975137. OLE color: 1975137.

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

Color convert

RGB 97 35 30 -
CMYK 0 0.64 0.69 0.62
HSL 4.48º 0.53% 0.25% -
HSV(B) 4.48º 0.69% 0.38% -
XYZ 5.77 3.84 1.67 -
YUV 52.97 115.04 159.41 -
System Red Green Blue C M Y K H S L
Decimal 97 35 30 0 0.64 0.69 0.62 4.48 0.53 0.25
Hex 61 23 1E 0 40 45 3E 4 35 19
Octal 141 43 36 0 100 105 76 4 65 31
Binary 1100001 100011 11110 0 1000000 1000101 111110 100 110101 11001

Color Harmonies of #61231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61231E

Black with #61231E

Text Example


Text Example

White with #61231E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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