Html Css Color HEX #62131D Pohutukawa

📋 copy color: '#62131D'

red 98 ◦ green 19 ◦ blue 29

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

Shades of Pohutukawa #62131D

Tints of Pohutukawa #62131D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.01%

 BLUE value IS 29 (11.72% from 255) = 19.86%

R = 67.12%
G = 13.01%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#62131D (or 0x62131D) is known color: Pohutukawa. HEX triplet: 62, 13 and 1D. RGB value is (98,19,29). Sum of RGB (Red+Green+Blue) = 98+19+29=146 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.12% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 98 - color contains mainly: red. Hex color #62131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62131D is #9DECE2. Grayscale: #2B2B2B. Windows color (decimal): -10349795 or 1905506. OLE color: 1905506.

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

Color convert

RGB 98 19 29 -
CMYK 0 0.81 0.70 0.62
HSL 352.41º 0.68% 0.23% -
HSV(B) 352.41º 0.81% 0.38% -
XYZ 5.49 3.15 1.48 -
YUV 43.76 119.67 166.69 -
System Red Green Blue C M Y K H S L
Decimal 98 19 29 0 0.81 0.70 0.62 352.41 0.68 0.23
Hex 62 13 1D 0 51 46 3E 160 44 17
Octal 142 23 35 0 121 106 76 540 104 27
Binary 1100010 10011 11101 0 1010001 1000110 111110 101100000 1000100 10111

Color Harmonies of #62131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62131D

Black with #62131D

Text Example


Text Example

White with #62131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,19,29); }

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

background-color css

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

 a { background-color: rgb(98,19,29); }

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

border-color css

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

 span { border-color: rgb(98,19,29); }

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