Html Css Color HEX #671323 Pohutukawa

📋 copy color: '#671323'

red 103 ◦ green 19 ◦ blue 35

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

Shades of Pohutukawa #671323

Tints of Pohutukawa #671323

RGB

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

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

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

R = 65.61%
G = 12.1%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.60

RGB Variations

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

Color information

#671323 (or 0x671323) is known color: Pohutukawa. HEX triplet: 67, 13 and 23. RGB value is (103,19,35). Sum of RGB (Red+Green+Blue) = 103+19+35=157 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.61% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 103 - color contains mainly: red. Hex color #671323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671323 is #98ECDC. Grayscale: #2D2D2D. Windows color (decimal): -10022109 or 2298727. OLE color: 2298727.

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

Color convert

RGB 103 19 35 -
CMYK 0 0.82 0.66 0.60
HSL 348.57º 0.69% 0.24% -
HSV(B) 348.57º 0.82% 0.4% -
XYZ 6.13 3.47 1.94 -
YUV 45.94 121.83 168.7 -
System Red Green Blue C M Y K H S L
Decimal 103 19 35 0 0.82 0.66 0.60 348.57 0.69 0.24
Hex 67 13 23 0 52 42 3C 15D 45 18
Octal 147 23 43 0 122 102 74 535 105 30
Binary 1100111 10011 100011 0 1010010 1000010 111100 101011101 1000101 11000

Color Harmonies of #671323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671323

Black with #671323

Text Example


Text Example

White with #671323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671323; }

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

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

background-color css

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

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

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

border-color css

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

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

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