Html Css Color HEX #62121F Pohutukawa

📋 copy color: '#62121F'

red 98 ◦ green 18 ◦ blue 31

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

Shades of Pohutukawa #62121F

Tints of Pohutukawa #62121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.24%

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

R = 66.67%
G = 12.24%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.62

RGB Variations

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

Color information

#62121F (or 0x62121F) is known color: Pohutukawa. HEX triplet: 62, 12 and 1F. RGB value is (98,18,31). Sum of RGB (Red+Green+Blue) = 98+18+31=147 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.67% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 98 - color contains mainly: red. Hex color #62121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62121F is #9DEDE0. Grayscale: #2B2B2B. Windows color (decimal): -10350049 or 2036322. OLE color: 2036322.

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

Color convert

RGB 98 18 31 -
CMYK 0 0.82 0.68 0.62
HSL 350.25º 0.69% 0.23% -
HSV(B) 350.25º 0.82% 0.38% -
XYZ 5.5 3.13 1.61 -
YUV 43.4 121 166.94 -
System Red Green Blue C M Y K H S L
Decimal 98 18 31 0 0.82 0.68 0.62 350.25 0.69 0.23
Hex 62 12 1F 0 52 44 3E 15E 45 17
Octal 142 22 37 0 122 104 76 536 105 27
Binary 1100010 10010 11111 0 1010010 1000100 111110 101011110 1000101 10111

Color Harmonies of #62121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62121F

Black with #62121F

Text Example


Text Example

White with #62121F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,18,31); }

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

background-color css

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

 a { background-color: rgb(98,18,31); }

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

border-color css

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

 span { border-color: rgb(98,18,31); }

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