Html Css Color HEX #670C25 Pohutukawa

📋 copy color: '#670C25'

red 103 ◦ green 12 ◦ blue 37

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

Shades of Pohutukawa #670C25

Tints of Pohutukawa #670C25

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.89%

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

R = 67.76%
G = 7.89%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.60

RGB Variations

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

Color information

#670C25 (or 0x670C25) is known color: Pohutukawa. HEX triplet: 67, 0C and 25. RGB value is (103,12,37). Sum of RGB (Red+Green+Blue) = 103+12+37=152 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.76% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 103 - color contains mainly: red. Hex color #670C25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670C25 is #98F3DA. Grayscale: #2A2A2A. Windows color (decimal): -10023899 or 2428007. OLE color: 2428007.

HSL color Cylindrical-coordinate representation of color #670C25: hue angle of 343.52º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #670C25 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 12 37 -
CMYK 0 0.88 0.64 0.60
HSL 343.52º 0.79% 0.23% -
HSV(B) 343.52º 0.88% 0.4% -
XYZ 6.06 3.28 2.06 -
YUV 42.06 125.15 171.47 -
System Red Green Blue C M Y K H S L
Decimal 103 12 37 0 0.88 0.64 0.60 343.52 0.79 0.23
Hex 67 C 25 0 58 40 3C 158 4F 17
Octal 147 14 45 0 130 100 74 530 117 27
Binary 1100111 1100 100101 0 1011000 1000000 111100 101011000 1001111 10111

Color Harmonies of #670C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670C25

Black with #670C25

Text Example


Text Example

White with #670C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670C25; }

 p { color: rgb(103,12,37); }

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

background-color css

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

 a { background-color: rgb(103,12,37); }

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

border-color css

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

 span { border-color: rgb(103,12,37); }

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