Html Css Color HEX #62121A Pohutukawa

📋 copy color: '#62121A'

red 98 ◦ green 18 ◦ blue 26

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

Shades of Pohutukawa #62121A

Tints of Pohutukawa #62121A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.31%

R = 69.01%
G = 12.68%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#62121A (or 0x62121A) is known color: Pohutukawa. HEX triplet: 62, 12 and 1A. RGB value is (98,18,26). Sum of RGB (Red+Green+Blue) = 98+18+26=142 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.01% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 98 - color contains mainly: red. Hex color #62121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62121A is #9DEDE5. Grayscale: #2A2A2A. Windows color (decimal): -10350054 or 1708642. OLE color: 1708642.

HSL color Cylindrical-coordinate representation of color #62121A: hue angle of 354º 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 #62121A is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 18 26 -
CMYK 0 0.82 0.73 0.62
HSL 354º 0.69% 0.23% -
HSV(B) 354º 0.82% 0.38% -
XYZ 5.44 3.1 1.29 -
YUV 42.83 118.5 167.35 -
System Red Green Blue C M Y K H S L
Decimal 98 18 26 0 0.82 0.73 0.62 354 0.69 0.23
Hex 62 12 1A 0 52 49 3E 162 45 17
Octal 142 22 32 0 122 111 76 542 105 27
Binary 1100010 10010 11010 0 1010010 1001001 111110 101100010 1000101 10111

Color Harmonies of #62121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62121A

Black with #62121A

Text Example


Text Example

White with #62121A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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