Html Css Color HEX #62010D Pohutukawa

📋 copy color: '#62010D'

red 98 ◦ green 1 ◦ blue 13

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

Shades of Pohutukawa #62010D

Tints of Pohutukawa #62010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.89%

 BLUE value IS 13 (5.47% from 255) = 11.61%

R = 87.5%
G = 0.89%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#62010D (or 0x62010D) is known color: Pohutukawa. HEX triplet: 62, 01 and 0D. RGB value is (98,1,13). Sum of RGB (Red+Green+Blue) = 98+1+13=112 (14% of max value = 765). Red value is 98 (38.67% from 255 or 87.5% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 98 - color contains mainly: red. Hex color #62010D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #62010D is #9DFEF2. Grayscale: #1F1F1F. Windows color (decimal): -10354419 or 852322. OLE color: 852322.

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

Color convert

RGB 98 1 13 -
CMYK 0 0.99 0.87 0.62
HSL 352.58º 0.98% 0.19% -
HSV(B) 352.58º 0.99% 0.38% -
XYZ 5.12 2.65 0.62 -
YUV 31.37 117.64 175.52 -
System Red Green Blue C M Y K H S L
Decimal 98 1 13 0 0.99 0.87 0.62 352.58 0.98 0.19
Hex 62 1 D 0 63 57 3E 161 62 13
Octal 142 1 15 0 143 127 76 541 142 23
Binary 1100010 1 1101 0 1100011 1010111 111110 101100001 1100010 10011

Color Harmonies of #62010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62010D

Black with #62010D

Text Example


Text Example

White with #62010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62010D; }

 p { color: rgb(98,1,13); }

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

background-color css

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

 a { background-color: rgb(98,1,13); }

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

border-color css

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

 span { border-color: rgb(98,1,13); }

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