Html Css Color HEX #671523 Pohutukawa

📋 copy color: '#671523'

red 103 ◦ green 21 ◦ blue 35

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

Shades of Pohutukawa #671523

Tints of Pohutukawa #671523

RGB

 RED value IS 103 (40.63% from 255) = 64.78%

 GREEN value IS 21 (8.59% from 255) = 13.21%

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

R = 64.78%
G = 13.21%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.60

RGB Variations

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

Color information

#671523 (or 0x671523) is known color: Pohutukawa. HEX triplet: 67, 15 and 23. RGB value is (103,21,35). Sum of RGB (Red+Green+Blue) = 103+21+35=159 (21% of max value = 765). Red value is 103 (40.62% from 255 or 64.78% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 35 (14.06% from 255 or 22.01% from 159); Max value from RGB is 103 - color contains mainly: red. Hex color #671523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671523 is #98EADC. Grayscale: #2F2F2F. Windows color (decimal): -10021597 or 2299239. OLE color: 2299239.

HSL color Cylindrical-coordinate representation of color #671523: hue angle of 349.76º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #671523 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 21 35 -
CMYK 0 0.80 0.66 0.60
HSL 349.76º 0.66% 0.24% -
HSV(B) 349.76º 0.8% 0.4% -
XYZ 6.17 3.54 1.95 -
YUV 47.11 121.17 167.86 -
System Red Green Blue C M Y K H S L
Decimal 103 21 35 0 0.80 0.66 0.60 349.76 0.66 0.24
Hex 67 15 23 0 50 42 3C 15E 42 18
Octal 147 25 43 0 120 102 74 536 102 30
Binary 1100111 10101 100011 0 1010000 1000010 111100 101011110 1000010 11000

Color Harmonies of #671523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671523

Black with #671523

Text Example


Text Example

White with #671523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671523; }

 p { color: rgb(103,21,35); }

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

background-color css

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

 a { background-color: rgb(103,21,35); }

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

border-color css

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

 span { border-color: rgb(103,21,35); }

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