Html Css Color HEX #621323 Pohutukawa

📋 copy color: '#621323'

red 98 ◦ green 19 ◦ blue 35

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

Shades of Pohutukawa #621323

Tints of Pohutukawa #621323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 23.03%

R = 64.47%
G = 12.5%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#621323 (or 0x621323) is known color: Pohutukawa. HEX triplet: 62, 13 and 23. RGB value is (98,19,35). Sum of RGB (Red+Green+Blue) = 98+19+35=152 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.47% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 98 - color contains mainly: red. Hex color #621323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621323 is #9DECDC. Grayscale: #2C2C2C. Windows color (decimal): -10349789 or 2298722. OLE color: 2298722.

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

Color convert

RGB 98 19 35 -
CMYK 0 0.81 0.64 0.62
HSL 347.85º 0.68% 0.23% -
HSV(B) 347.85º 0.81% 0.38% -
XYZ 5.57 3.18 1.91 -
YUV 44.45 122.67 166.2 -
System Red Green Blue C M Y K H S L
Decimal 98 19 35 0 0.81 0.64 0.62 347.85 0.68 0.23
Hex 62 13 23 0 51 40 3E 15C 44 17
Octal 142 23 43 0 121 100 76 534 104 27
Binary 1100010 10011 100011 0 1010001 1000000 111110 101011100 1000100 10111

Color Harmonies of #621323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621323

Black with #621323

Text Example


Text Example

White with #621323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621323; }

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

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

background-color css

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

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

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

border-color css

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

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

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