Html Css Color HEX #621118 Pohutukawa

📋 copy color: '#621118'

red 98 ◦ green 17 ◦ blue 24

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

Shades of Pohutukawa #621118

Tints of Pohutukawa #621118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 17.27%

R = 70.5%
G = 12.23%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#621118 (or 0x621118) is known color: Pohutukawa. HEX triplet: 62, 11 and 18. RGB value is (98,17,24). Sum of RGB (Red+Green+Blue) = 98+17+24=139 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70.50% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 98 - color contains mainly: red. Hex color #621118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621118 is #9DEEE7. Grayscale: #2A2A2A. Windows color (decimal): -10350312 or 1577314. OLE color: 1577314.

HSL color Cylindrical-coordinate representation of color #621118: hue angle of 354.81º 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 #621118 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 17 24 -
CMYK 0 0.83 0.76 0.62
HSL 354.81º 0.7% 0.23% -
HSV(B) 354.81º 0.83% 0.38% -
XYZ 5.4 3.06 1.17 -
YUV 42.02 117.84 167.93 -
System Red Green Blue C M Y K H S L
Decimal 98 17 24 0 0.83 0.76 0.62 354.81 0.7 0.23
Hex 62 11 18 0 53 4C 3E 163 46 17
Octal 142 21 30 0 123 114 76 543 106 27
Binary 1100010 10001 11000 0 1010011 1001100 111110 101100011 1000110 10111

Color Harmonies of #621118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621118

Black with #621118

Text Example


Text Example

White with #621118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621118; }

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

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

background-color css

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

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

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

border-color css

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

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

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