Html Css Color HEX #670825 Pohutukawa

📋 copy color: '#670825'

red 103 ◦ green 8 ◦ blue 37

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

Shades of Pohutukawa #670825

Tints of Pohutukawa #670825

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.41%

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

R = 69.59%
G = 5.41%
B = 25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.60

RGB Variations

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

Color information

#670825 (or 0x670825) is known color: Pohutukawa. HEX triplet: 67, 08 and 25. RGB value is (103,8,37). Sum of RGB (Red+Green+Blue) = 103+8+37=148 (19% of max value = 765). Red value is 103 (40.62% from 255 or 69.59% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 103 - color contains mainly: red. Hex color #670825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670825 is #98F7DA. Grayscale: #272727. Windows color (decimal): -10024923 or 2426983. OLE color: 2426983.

HSL color Cylindrical-coordinate representation of color #670825: hue angle of 341.68º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #670825 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 8 37 -
CMYK 0 0.92 0.64 0.60
HSL 341.68º 0.86% 0.22% -
HSV(B) 341.68º 0.92% 0.4% -
XYZ 6.01 3.19 2.05 -
YUV 39.71 126.47 173.14 -
System Red Green Blue C M Y K H S L
Decimal 103 8 37 0 0.92 0.64 0.60 341.68 0.86 0.22
Hex 67 8 25 0 5C 40 3C 156 56 16
Octal 147 10 45 0 134 100 74 526 126 26
Binary 1100111 1000 100101 0 1011100 1000000 111100 101010110 1010110 10110

Color Harmonies of #670825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670825

Black with #670825

Text Example


Text Example

White with #670825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670825; }

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

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

background-color css

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

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

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

border-color css

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

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

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