Html Css Color HEX #621925 Pohutukawa

📋 copy color: '#621925'

red 98 ◦ green 25 ◦ blue 37

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

Shades of Pohutukawa #621925

Tints of Pohutukawa #621925

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.63%

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

R = 61.25%
G = 15.63%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#621925 (or 0x621925) is known color: Pohutukawa. HEX triplet: 62, 19 and 25. RGB value is (98,25,37). Sum of RGB (Red+Green+Blue) = 98+25+37=160 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.25% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 98 - color contains mainly: red. Hex color #621925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621925 is #9DE6DA. Grayscale: #303030. Windows color (decimal): -10348251 or 2431330. OLE color: 2431330.

HSL color Cylindrical-coordinate representation of color #621925: hue angle of 350.14º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #621925 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 25 37 -
CMYK 0 0.74 0.62 0.62
HSL 350.14º 0.59% 0.24% -
HSV(B) 350.14º 0.74% 0.38% -
XYZ 5.72 3.43 2.11 -
YUV 48.2 121.68 163.52 -
System Red Green Blue C M Y K H S L
Decimal 98 25 37 0 0.74 0.62 0.62 350.14 0.59 0.24
Hex 62 19 25 0 4A 3E 3E 15E 3B 18
Octal 142 31 45 0 112 76 76 536 73 30
Binary 1100010 11001 100101 0 1001010 111110 111110 101011110 111011 11000

Color Harmonies of #621925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621925

Black with #621925

Text Example


Text Example

White with #621925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621925; }

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

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

background-color css

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

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

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

border-color css

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

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

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