Html Css Color HEX #621325 Pohutukawa

📋 copy color: '#621325'

red 98 ◦ green 19 ◦ blue 37

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

Shades of Pohutukawa #621325

Tints of Pohutukawa #621325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 24.03%

R = 63.64%
G = 12.34%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#621325 (or 0x621325) is known color: Pohutukawa. HEX triplet: 62, 13 and 25. RGB value is (98,19,37). Sum of RGB (Red+Green+Blue) = 98+19+37=154 (20% of max value = 765). Red value is 98 (38.67% from 255 or 63.64% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 98 - color contains mainly: red. Hex color #621325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621325 is #9DECDA. Grayscale: #2C2C2C. Windows color (decimal): -10349787 or 2429794. OLE color: 2429794.

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

Color convert

RGB 98 19 37 -
CMYK 0 0.81 0.62 0.62
HSL 346.33º 0.68% 0.23% -
HSV(B) 346.33º 0.81% 0.38% -
XYZ 5.6 3.2 2.07 -
YUV 44.67 123.67 166.04 -
System Red Green Blue C M Y K H S L
Decimal 98 19 37 0 0.81 0.62 0.62 346.33 0.68 0.23
Hex 62 13 25 0 51 3E 3E 15A 44 17
Octal 142 23 45 0 121 76 76 532 104 27
Binary 1100010 10011 100101 0 1010001 111110 111110 101011010 1000100 10111

Color Harmonies of #621325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621325

Black with #621325

Text Example


Text Example

White with #621325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621325; }

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

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

background-color css

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

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

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

border-color css

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

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

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