Html Css Color HEX #621024 Pohutukawa

📋 copy color: '#621024'

red 98 ◦ green 16 ◦ blue 36

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

Shades of Pohutukawa #621024

Tints of Pohutukawa #621024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.67%

 BLUE value IS 36 (14.45% from 255) = 24%

R = 65.33%
G = 10.67%
B = 24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#621024 (or 0x621024) is known color: Pohutukawa. HEX triplet: 62, 10 and 24. RGB value is (98,16,36). Sum of RGB (Red+Green+Blue) = 98+16+36=150 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.33% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 98 - color contains mainly: red. Hex color #621024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621024 is #9DEFDB. Grayscale: #2A2A2A. Windows color (decimal): -10350556 or 2363490. OLE color: 2363490.

HSL color Cylindrical-coordinate representation of color #621024: hue angle of 345.37º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621024 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 16 36 -
CMYK 0 0.84 0.63 0.62
HSL 345.37º 0.72% 0.22% -
HSV(B) 345.37º 0.84% 0.38% -
XYZ 5.54 3.09 1.97 -
YUV 42.8 124.17 167.37 -
System Red Green Blue C M Y K H S L
Decimal 98 16 36 0 0.84 0.63 0.62 345.37 0.72 0.22
Hex 62 10 24 0 54 3F 3E 159 48 16
Octal 142 20 44 0 124 77 76 531 110 26
Binary 1100010 10000 100100 0 1010100 111111 111110 101011001 1001000 10110

Color Harmonies of #621024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621024

Black with #621024

Text Example


Text Example

White with #621024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621024; }

 p { color: rgb(98,16,36); }

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

background-color css

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

 a { background-color: rgb(98,16,36); }

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

border-color css

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

 span { border-color: rgb(98,16,36); }

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