Html Css Color HEX #621215 Pohutukawa

📋 copy color: '#621215'

red 98 ◦ green 18 ◦ blue 21

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

Shades of Pohutukawa #621215

Tints of Pohutukawa #621215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.14%

 BLUE value IS 21 (8.59% from 255) = 15.33%

R = 71.53%
G = 13.14%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#621215 (or 0x621215) is known color: Pohutukawa. HEX triplet: 62, 12 and 15. RGB value is (98,18,21). Sum of RGB (Red+Green+Blue) = 98+18+21=137 (18% of max value = 765). Red value is 98 (38.67% from 255 or 71.53% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 98 - color contains mainly: red. Hex color #621215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621215 is #9DEDEA. Grayscale: #2A2A2A. Windows color (decimal): -10350059 or 1380962. OLE color: 1380962.

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

Color convert

RGB 98 18 21 -
CMYK 0 0.82 0.79 0.62
HSL 357.75º 0.69% 0.23% -
HSV(B) 357.75º 0.82% 0.38% -
XYZ 5.39 3.08 1.02 -
YUV 42.26 116 167.76 -
System Red Green Blue C M Y K H S L
Decimal 98 18 21 0 0.82 0.79 0.62 357.75 0.69 0.23
Hex 62 12 15 0 52 4F 3E 166 45 17
Octal 142 22 25 0 122 117 76 546 105 27
Binary 1100010 10010 10101 0 1010010 1001111 111110 101100110 1000101 10111

Color Harmonies of #621215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621215

Black with #621215

Text Example


Text Example

White with #621215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621215; }

 p { color: rgb(98,18,21); }

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

background-color css

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

 a { background-color: rgb(98,18,21); }

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

border-color css

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

 span { border-color: rgb(98,18,21); }

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