Html Css Color HEX #621123 Pohutukawa

📋 copy color: '#621123'

red 98 ◦ green 17 ◦ blue 35

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

Shades of Pohutukawa #621123

Tints of Pohutukawa #621123

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.33%

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

R = 65.33%
G = 11.33%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#621123 (or 0x621123) is known color: Pohutukawa. HEX triplet: 62, 11 and 23. RGB value is (98,17,35). Sum of RGB (Red+Green+Blue) = 98+17+35=150 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.33% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 98 - color contains mainly: red. Hex color #621123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621123 is #9DEEDC. Grayscale: #2B2B2B. Windows color (decimal): -10350301 or 2298210. OLE color: 2298210.

HSL color Cylindrical-coordinate representation of color #621123: hue angle of 346.67º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #621123 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 17 35 -
CMYK 0 0.83 0.64 0.62
HSL 346.67º 0.7% 0.23% -
HSV(B) 346.67º 0.83% 0.38% -
XYZ 5.54 3.12 1.9 -
YUV 43.27 123.34 167.04 -
System Red Green Blue C M Y K H S L
Decimal 98 17 35 0 0.83 0.64 0.62 346.67 0.7 0.23
Hex 62 11 23 0 53 40 3E 15B 46 17
Octal 142 21 43 0 123 100 76 533 106 27
Binary 1100010 10001 100011 0 1010011 1000000 111110 101011011 1000110 10111

Color Harmonies of #621123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621123

Black with #621123

Text Example


Text Example

White with #621123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621123; }

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

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

background-color css

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

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

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

border-color css

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

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

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