Html Css Color HEX #621113 Pohutukawa

📋 copy color: '#621113'

red 98 ◦ green 17 ◦ blue 19

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

Shades of Pohutukawa #621113

Tints of Pohutukawa #621113

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.69%

 BLUE value IS 19 (7.81% from 255) = 14.18%

R = 73.13%
G = 12.69%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#621113 (or 0x621113) is known color: Pohutukawa. HEX triplet: 62, 11 and 13. RGB value is (98,17,19). Sum of RGB (Red+Green+Blue) = 98+17+19=134 (17% of max value = 765). Red value is 98 (38.67% from 255 or 73.13% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 98 - color contains mainly: red. Hex color #621113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621113 is #9DEEEC. Grayscale: #292929. Windows color (decimal): -10350317 or 1249634. OLE color: 1249634.

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

Color convert

RGB 98 17 19 -
CMYK 0 0.83 0.81 0.62
HSL 358.52º 0.7% 0.23% -
HSV(B) 358.52º 0.83% 0.38% -
XYZ 5.35 3.04 0.92 -
YUV 41.45 115.34 168.34 -
System Red Green Blue C M Y K H S L
Decimal 98 17 19 0 0.83 0.81 0.62 358.52 0.7 0.23
Hex 62 11 13 0 53 51 3E 167 46 17
Octal 142 21 23 0 123 121 76 547 106 27
Binary 1100010 10001 10011 0 1010011 1010001 111110 101100111 1000110 10111

Color Harmonies of #621113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621113

Black with #621113

Text Example


Text Example

White with #621113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621113; }

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

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

background-color css

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

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

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

border-color css

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

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

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