Html Css Color HEX #622015 Red Oxide

📋 copy color: '#622015'

red 98 ◦ green 32 ◦ blue 21

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

Shades of Red Oxide #622015

Tints of Red Oxide #622015

RGB

 RED value IS 98 (38.67% from 255) = 64.9%

 GREEN value IS 32 (12.89% from 255) = 21.19%

 BLUE value IS 21 (8.59% from 255) = 13.91%

R = 64.9%
G = 21.19%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#622015 (or 0x622015) is known color: Red Oxide. HEX triplet: 62, 20 and 15. RGB value is (98,32,21). Sum of RGB (Red+Green+Blue) = 98+32+21=151 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.90% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 98 - color contains mainly: red. Hex color #622015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622015 is #9DDFEA. Grayscale: #323232. Windows color (decimal): -10346475 or 1384546. OLE color: 1384546.

HSL color Cylindrical-coordinate representation of color #622015: hue angle of 8.57º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #622015 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 32 21 -
CMYK 0 0.67 0.79 0.62
HSL 8.57º 0.65% 0.23% -
HSV(B) 8.57º 0.79% 0.38% -
XYZ 5.69 3.68 1.12 -
YUV 50.48 111.37 161.89 -
System Red Green Blue C M Y K H S L
Decimal 98 32 21 0 0.67 0.79 0.62 8.57 0.65 0.23
Hex 62 20 15 0 43 4F 3E 9 41 17
Octal 142 40 25 0 103 117 76 11 101 27
Binary 1100010 100000 10101 0 1000011 1001111 111110 1001 1000001 10111

Color Harmonies of #622015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622015

Black with #622015

Text Example


Text Example

White with #622015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622015; }

 p { color: rgb(98,32,21); }

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

background-color css

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

 a { background-color: rgb(98,32,21); }

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

border-color css

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

 span { border-color: rgb(98,32,21); }

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