Html Css Color HEX #621E25 Pohutukawa

📋 copy color: '#621E25'

red 98 ◦ green 30 ◦ blue 37

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

Shades of Pohutukawa #621E25

Tints of Pohutukawa #621E25

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.18%

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

R = 59.39%
G = 18.18%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#621E25 (or 0x621E25) is known color: Pohutukawa. HEX triplet: 62, 1E and 25. RGB value is (98,30,37). Sum of RGB (Red+Green+Blue) = 98+30+37=165 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.39% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 37 (14.84% from 255 or 22.42% from 165); Max value from RGB is 98 - color contains mainly: red. Hex color #621E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621E25 is #9DE1DA. Grayscale: #333333. Windows color (decimal): -10346971 or 2432610. OLE color: 2432610.

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

Color convert

RGB 98 30 37 -
CMYK 0 0.69 0.62 0.62
HSL 353.82º 0.53% 0.25% -
HSV(B) 353.82º 0.69% 0.38% -
XYZ 5.84 3.66 2.15 -
YUV 51.13 120.03 161.43 -
System Red Green Blue C M Y K H S L
Decimal 98 30 37 0 0.69 0.62 0.62 353.82 0.53 0.25
Hex 62 1E 25 0 45 3E 3E 162 35 19
Octal 142 36 45 0 105 76 76 542 65 31
Binary 1100010 11110 100101 0 1000101 111110 111110 101100010 110101 11001

Color Harmonies of #621E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621E25

Black with #621E25

Text Example


Text Example

White with #621E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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