Html Css Color HEX #62161E Pohutukawa

📋 copy color: '#62161E'

red 98 ◦ green 22 ◦ blue 30

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

Shades of Pohutukawa #62161E

Tints of Pohutukawa #62161E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.67%

 BLUE value IS 30 (12.11% from 255) = 20%

R = 65.33%
G = 14.67%
B = 20%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.62

RGB Variations

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

Color information

#62161E (or 0x62161E) is known color: Pohutukawa. HEX triplet: 62, 16 and 1E. RGB value is (98,22,30). Sum of RGB (Red+Green+Blue) = 98+22+30=150 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.33% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 98 - color contains mainly: red. Hex color #62161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62161E is #9DE9E1. Grayscale: #2D2D2D. Windows color (decimal): -10349026 or 1971810. OLE color: 1971810.

HSL color Cylindrical-coordinate representation of color #62161E: hue angle of 353.68º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #62161E is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 22 30 -
CMYK 0 0.78 0.69 0.62
HSL 353.68º 0.63% 0.24% -
HSV(B) 353.68º 0.78% 0.38% -
XYZ 5.56 3.26 1.57 -
YUV 45.64 119.18 165.35 -
System Red Green Blue C M Y K H S L
Decimal 98 22 30 0 0.78 0.69 0.62 353.68 0.63 0.24
Hex 62 16 1E 0 4E 45 3E 162 3F 18
Octal 142 26 36 0 116 105 76 542 77 30
Binary 1100010 10110 11110 0 1001110 1000101 111110 101100010 111111 11000

Color Harmonies of #62161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62161E

Black with #62161E

Text Example


Text Example

White with #62161E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,22,30); }

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

background-color css

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

 a { background-color: rgb(98,22,30); }

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

border-color css

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

 span { border-color: rgb(98,22,30); }

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