Html Css Color HEX #622625 Red Oxide

📋 copy color: '#622625'

red 98 ◦ green 38 ◦ blue 37

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

Shades of Red Oxide #622625

Tints of Red Oxide #622625

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.97%

 BLUE value IS 37 (14.84% from 255) = 21.39%

R = 56.65%
G = 21.97%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#622625 (or 0x622625) is known color: Red Oxide. HEX triplet: 62, 26 and 25. RGB value is (98,38,37). Sum of RGB (Red+Green+Blue) = 98+38+37=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #622625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622625 is #9DD9DA. Grayscale: #373737. Windows color (decimal): -10344923 or 2434658. OLE color: 2434658.

HSL color Cylindrical-coordinate representation of color #622625: hue angle of 0.98º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #622625 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 38 37 -
CMYK 0 0.61 0.62 0.62
HSL 0.98º 0.45% 0.26% -
HSV(B) 0.98º 0.62% 0.38% -
XYZ 6.06 4.12 2.23 -
YUV 55.83 117.38 158.08 -
System Red Green Blue C M Y K H S L
Decimal 98 38 37 0 0.61 0.62 0.62 0.98 0.45 0.26
Hex 62 26 25 0 3D 3E 3E 1 2D 1A
Octal 142 46 45 0 75 76 76 1 55 32
Binary 1100010 100110 100101 0 111101 111110 111110 1 101101 11010

Color Harmonies of #622625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622625

Black with #622625

Text Example


Text Example

White with #622625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622625; }

 p { color: rgb(98,38,37); }

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

background-color css

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

 a { background-color: rgb(98,38,37); }

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

border-color css

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

 span { border-color: rgb(98,38,37); }

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