Html Css Color HEX #62152E Pohutukawa

📋 copy color: '#62152E'

red 98 ◦ green 21 ◦ blue 46

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

Shades of Pohutukawa #62152E

Tints of Pohutukawa #62152E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.73%

 BLUE value IS 46 (18.36% from 255) = 27.88%

R = 59.39%
G = 12.73%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#62152E (or 0x62152E) is known color: Pohutukawa. HEX triplet: 62, 15 and 2E. RGB value is (98,21,46). Sum of RGB (Red+Green+Blue) = 98+21+46=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #62152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62152E is #9DEAD1. Grayscale: #2E2E2E. Windows color (decimal): -10349266 or 3020130. OLE color: 3020130.

HSL color Cylindrical-coordinate representation of color #62152E: hue angle of 340.52º 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 #62152E is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 21 46 -
CMYK 0 0.79 0.53 0.62
HSL 340.52º 0.65% 0.23% -
HSV(B) 340.52º 0.79% 0.38% -
XYZ 5.8 3.33 2.92 -
YUV 46.87 127.51 164.47 -
System Red Green Blue C M Y K H S L
Decimal 98 21 46 0 0.79 0.53 0.62 340.52 0.65 0.23
Hex 62 15 2E 0 4F 35 3E 155 41 17
Octal 142 25 56 0 117 65 76 525 101 27
Binary 1100010 10101 101110 0 1001111 110101 111110 101010101 1000001 10111

Color Harmonies of #62152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62152E

Black with #62152E

Text Example


Text Example

White with #62152E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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